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
|`private_key`| Your RSA private key in PEM format or Base64-encoded DER format | Yes |
43
+
|`private_key_passphrase`| Passphrase for the private key (only required if your private key is encrypted) | No |
44
+
45
+
For more information on setting up key pair authentication, refer to [Snowflake's key pair authentication documentation](https://docs.snowflake.com/en/user-guide/key-pair-auth).
27
46
28
47
29
48
### Databricks
30
49
31
50
We only support token-based authentication.
32
51
33
-
Field | Description | Examples
34
-
----|------|----
35
-
`host` | The hostname of your cluster | `YOURORG.databrickshost.com`
36
-
`http_path` | The HTTP path to your SQL Warehouse or all-purpose cluster | `/SQL/YOUR/HTTP/PATH`
37
-
`catalog` | The catalog used to connect to the warehouse. This is optional if you are using Unity Catalog | `MY_CATALOG`
38
-
`schema` | The default schema to connect to | `MY_SCHEMA`
39
-
`token` | The Personal Access Token (PAT) to connect to Databricks | `dapiXXXXXXXXXXXXXXXXXXXXXXX`
0 commit comments