Version v0.37 of Metabase is no longer supported. Check out the docs for the current stable version, Metabase v0.63.
Connecting to Snowflake
Here are some gotchas to look out for when connecting to Snowflake:
-
Account vs. Region fields. The
Accountfield requires only the alphanumeric account ID. Enter the suffixes indicating region and cloud provider in theRegion IDfield below. For example, if the Snowflake account URL ishttps://az12345.ca-central-1.snowflakecomputing.comthen theAccountwould beaz12345and theRegion IDwould beca-central-1.aws. -
The
RoleandSchemafields are optional. Specifying a role will override the database user’s default role. For example, if the database user isREPORTERwith default roleREPORTER, but the user also has access to roleREPORTERPRODUCT, then filling inREPORTERPRODUCTin theRolefield will ensure that theREPORTERPRODUCTrole is used instead of the user’s defaultREPORTERrole. If no schema is passed, then all schema available to that user and role will be listed as folders in the Metabase UI. -
All other fields must be entered in upper case. Excluding the password.
Read docs for other versions of Metabase.