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
We just need to add that we support PEM in addition to DER private key formats for dbt versions >= 1.6
Link to source material
Current:
Starting from dbt v1.5.0, you have the option to use a private_key string instead of a private_key_path. The private_key string should be in Base64-encoded DER format, representing the key bytes. Refer to Snowflake documentation for more info on how they generate the key.
Proposed:
Starting from dbt v1.5.0, you have the option to use a private_key string instead of a private_key_path. The private_key string should be in Base64-encoded DER or PEM format, representing the key bytes. Refer to Snowflake documentation for more info on how they generate the key.
The text was updated successfully, but these errors were encountered:
Contributions
Where does this content belong?
See: second paragraph of Snowflake docs
We just need to add that we support PEM in addition to DER private key formats for dbt versions >= 1.6
Link to source material
Current:
Starting from dbt v1.5.0, you have the option to use a private_key string instead of a private_key_path. The private_key string should be in Base64-encoded DER format, representing the key bytes. Refer to Snowflake documentation for more info on how they generate the key.
Proposed:
Starting from dbt v1.5.0, you have the option to use a private_key string instead of a private_key_path. The private_key string should be in Base64-encoded DER or PEM format, representing the key bytes. Refer to Snowflake documentation for more info on how they generate the key.
The text was updated successfully, but these errors were encountered: