[Bug] Remove private_key_path
from SnowflakeCredentials._connection_keys
#949
Labels
backport 1.7.latest
Tag for PR to be backported to the 1.7.latest branch
bug
Something isn't working
Is this a new bug in dbt-snowflake?
Current Behavior
follow-up to #906 + #756
internal Slack thread
private_key_path
is included inSnowflakeCredentials._connection_keys
, and therefore the Jinja{{ target }}
dictionary. While this value doesn't explicitly contain sensitive information itself, I'd put it in the category of password-like fields rather than the category of fields that a user needs to access at runtime.Expected Behavior
private_key_path
is not included in_connection_keys
Steps To Reproduce
n/a
Relevant log output
No response
Environment
Additional Context
internal thread
The text was updated successfully, but these errors were encountered: