About 50 results
Open links in new tab
  1. 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 where I'm pre …

  2. 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 username = xxxx …

  3. Unable to exit snowsql command prompt - Stack Overflow

    May 20, 2022 · I am new to Snowflake. I must be missing something, because I am unable to exit the SnowSQL command prompt. According to the docs, and searching online, some combination of the …

  4. How to execute a query using snowsql cli client

    Feb 28, 2020 · 0 I know this is basic. How do I run a query using snowsql cli client? I ran the connection line: snowsql -a my_account_name -u my_user_name i now see …

  5. How do you stop a running query in SnowSQL - Stack Overflow

    May 15, 2020 · Is it possible to stop a running query in the SnowSQL command line tool? Let's say I made a mistake and I tried to run a heavy query. Control-C, Esc, Q... nothing seems to stop it. The …

  6. 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 -u …

  7. snowflake cloud data platform - snowsql connection error happend ...

    Jun 10, 2022 · I got this resolved by going in the cd ~/.snowsql/config and changing the accountname = (orgname)- (accountname). Make sure to enter your own orgname and accountname as found in the …

  8. snowflake cloud data platform - After installation of Snowsql I am ...

    Nov 6, 2020 · HI I have downloaded and installed SNowSQL onto my Windows Machine 64 bit machine After entering command snowsql -a zx12334 -u someone ; i am getting following error

  9. Snowsql external browser authentication - Windows/Chrome

    Jul 28, 2021 · Snowsql external browser authentication - Windows/Chrome Asked 4 years, 9 months ago Modified 2 years, 6 months ago Viewed 6k times

  10. Why isn't snowsql opening an external browser? - Stack Overflow

    Jun 17, 2021 · I'm trying to get snowsql working locally on my machine but I cannot log into my database because it requires that I authenticate with my google account for SSO. The documentation says to …