# Snowflake

### How to Find Your Snowflake Credentials

1. Log in to your Snowflake account.
2. In the sidebar, click your **username**.
3. Hover over **Account** and select **View Account Details**.

   <figure><img src="https://2294704369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_U5ZCmiamDOXEOOTC%2Fuploads%2FEkax7MKkeC3jDdGNUhDH%2FScreenshot%202025-06-03%20at%204.36.45%E2%80%AFPM.png?alt=media&#x26;token=0a8356db-a0e9-45f8-a232-9949eb1d9595" alt=""><figcaption></figcaption></figure>
4. In the **Account Details** window, go to the **Config File** tab.

   <figure><img src="https://2294704369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_U5ZCmiamDOXEOOTC%2Fuploads%2Fh6R4r7hOta3J7BenJ2ko%2FScreenshot%202025-06-03%20at%204.41.50%E2%80%AFPM.png?alt=media&#x26;token=76a08d54-1287-42b2-8759-346b68a2bb38" alt=""><figcaption></figcaption></figure>
5. From the dropdown, select the appropriate **warehouse** (see arrow 0 in the screenshot).
6. 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.
