You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/product/configuration/data-sources/snowflake.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ if [dedicated infrastructure][ref-dedicated-infra] is used. Check out the
84
84
|`CUBEJS_DB_SNOWFLAKE_PRIVATE_KEY`| The content of the private RSA key | Content of the private RSA key (encrypted or not) | ❌ |
85
85
|`CUBEJS_DB_SNOWFLAKE_PRIVATE_KEY_PATH`| The path to the private RSA key | A valid path to the private RSA key | ❌ |
86
86
|`CUBEJS_DB_SNOWFLAKE_PRIVATE_KEY_PASS`| The password for the private RSA key. Only required for encrypted keys | A valid password for the encrypted private RSA key | ❌ |
87
+
|`CUBEJS_DB_SNOWFLAKE_OAUTH_TOKEN`| The OAuth token | A valid OAuth token (string) | ❌ |
87
88
|`CUBEJS_DB_SNOWFLAKE_OAUTH_TOKEN_PATH`| The path to the valid oauth toket file | A valid path for the oauth token file | ❌ |
88
89
|`CUBEJS_DB_SNOWFLAKE_HOST`| Host address to which the driver should connect | A valid hostname | ❌ |
89
90
|`CUBEJS_DB_SNOWFLAKE_QUOTED_IDENTIFIERS_IGNORE_CASE`| Whether or not [quoted identifiers should be case insensitive][link-snowflake-quoted-identifiers]. Default is `false`|`true`, `false`| ❌ |
0 commit comments