About 399,000 results
Open links in new tab
  1. command line - Connect with Snowsql - Stack Overflow

    Jan 14, 2020 · I would like to set up Snowsql client so I can connct for the first time and run commands like PUT. I dont know where to find exacte values of : accountname = xxxx …

  2. How to use IF statements with variables in Snowflake snowsql?

    Jan 31, 2025 · I'm a bit new to Snowflake and trying to figure out how to correctly add conditional logic in snowflake. I'm running this script below as part of my CI/CD deployment in snowsql …

  3. snowflake cloud data platform - snowsql connection error …

    Jun 10, 2022 · snowsql -a lvXXXXX.ap-northeast-1.aws -u username -o insecure_mode=True If the connection is successful, it means there may be a firewall/proxy that is blocking the …

  4. How can I use If-Then statements in Snowflake - SnowSQL (Linux)

    Feb 17, 2023 · Thank you Lukasz. Something more I noticed while trying to run a script in Linux with the above code in SnowSQL, I must use escape characters ('\') on '$' in order for it to …

  5. In Snowsql, when I attempt to 'Put' a file I get the following error ...

    Jan 20, 2020 · First, you need to connect to SnowSQL from the command prompt and after that, you will be able to execute the PUT/GET command. C:> snowsql -a snowflake_accountname …

  6. How can I run .sql file having multiple .sql file inside using Snowsql?

    How can I run .sql file having multiple .sql file inside using Snowsql? Asked 5 years, 7 months ago Modified 5 years, 7 months ago Viewed 5k times

  7. snowsql - Execute Multiple SQL Insert Statements in parallel in ...

    Sep 10, 2020 · I have a question about how it works when several SQL statements are executed in parallel in Snowflake. For example, if I execute 10 insert statements on 10 different tables …

  8. snowsql - escape double quotes in snowflake - Stack Overflow

    Mar 5, 2020 · snowflake-cloud-data-platform snowsql edited Mar 5, 2020 at 15:13 asked Mar 5, 2020 at 14:48 marjun

  9. python - 250001: Could not connect to Snowflake ... - Stack Overflow

    Jul 12, 2024 · I am trying to connect to snowflake using sql database and snowflake url but I am getting "Could not connect error". This is the code that I am using: from langchain …

  10. Snowflake SnowSQL debug command equivalent to echo/print

    May 8, 2025 · Snowflake SnowSQL debug command equivalent to echo/print Asked 7 months ago Modified 7 months ago Viewed 114 times