Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update private key documentation for dbt-snowflake #3788

Closed
1 task done
colin-rogers-dbt opened this issue Jul 20, 2023 · 1 comment
Closed
1 task done

Update private key documentation for dbt-snowflake #3788

colin-rogers-dbt opened this issue Jul 20, 2023 · 1 comment
Labels
content Improvements or additions to content

Comments

@colin-rogers-dbt
Copy link
Contributor

colin-rogers-dbt commented Jul 20, 2023

Contributions

  • I am a PM or subject matter expert at dbt who is responsible for this feature.

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.

@colin-rogers-dbt colin-rogers-dbt added the content Improvements or additions to content label Jul 20, 2023
@colin-rogers-dbt
Copy link
Contributor Author

Closing in favor of #3786

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Improvements or additions to content
Projects
None yet
Development

No branches or pull requests

1 participant