Snowflake
How to Find Your Snowflake Credentials
Log in to your Snowflake account.
In the sidebar, click your username.
Hover over Account and select View Account Details.
In the Account Details window, go to the Config File tab.
From the dropdown, select the appropriate warehouse (see arrow 0 in the screenshot).
Your account name (labeled #1) and warehouse (labeled #2) will now be visible.
Troubleshooting
Failed to install snowflake drivers error
This error is most likely occurring because you're using Python 3.13. The official Snowflake database drivers currently support only up to Python 3.12. To fix the issue, downgrade to Python 3.12 or earlier.
Last updated
Was this helpful?