When are personal warehouse credentials used?
Personal warehouse credentials are only used for projects that require user
credentials. If a project doesnβt require user credentials, it will use the
shared project connection instead.
- A project is configured to require user credentials for data access
- Youβre running queries, creating charts, or building dashboards in that project
- Youβre using the SQL runner or exploring data in projects with user credential requirements
Setting up personal warehouse credentials
To configure your personal warehouse credentials:- Navigate to your user settings by clicking on your profile in the top right corner
- Go to the βMy warehouse credentialsβ section
- Enter your individual warehouse connection details
- Save your credentials

Supported authentication methods
Depending on your warehouse type, you can authenticate using different methods:Snowflake
- Sign in with Snowflake (OAuth): Use your Snowflake account to authenticate via OAuth. This requires your organization to have configured a Snowflake security integration. See Snowflake connection setup for details.
- Private Key: Authenticate using a private key file.
- Password: Use your Snowflake username and password.
Databricks
- Sign in with Databricks (OAuth): Use your Databricks account to authenticate via OAuth. This requires your organization to have configured a Databricks OAuth application. See Databricks connection setup for details.
- Personal Access Token: Use a Databricks personal access token.
BigQuery
- Sign in with Google (OAuth): Use your Google account to authenticate via OAuth.
- Service Account: Use a service account JSON key file.
Redshift
- Sign in with AWS: Use your AWS IAM Identity Center account to authenticate in the browser. This requires the project connection to be configured with AWS IAM Identity Center settings. See Redshift connection setup for details.
- AWS IAM (CLI credentials): Paste temporary AWS credentials from your CLI or SSO profile when the project requires personal warehouse credentials.
- Password: Use your Redshift username and password.