Skip to content

Commit

Permalink
NB: Add reference to key encoding in DBT to Snowflake docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Skynet committed Sep 25, 2023
1 parent e18d941 commit f565ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/dlt-ecosystem/destinations/snowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ You can also pass credentials as a database connection string. For example:
destination.snowflake.credentials="snowflake://loader:<password>@kgiotue-wn98412/dlt_data?warehouse=COMPUTE_WH&role=DLT_LOADER_ROLE"
```

In **key pair authentication** you replace password with a private key string that should be in Base64-encoded DER format, representing the key bytes. The key may be encrypted. In that case you must provide a passphrase.
In **key pair authentication** you replace password with a private key string that should be in Base64-encoded DER format ([DBT also recommends](https://docs.getdbt.com/docs/core/connect-data-platform/snowflake-setup#key-pair-authentication) base64-encoded private keys for Snowflake connections). The private key may also be encrypted. In that case you must provide a passphrase alongside with the private key.
```toml
[destination.snowflake.credentials]
database = "dlt_data"
Expand Down

0 comments on commit f565ca4

Please sign in to comment.