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
{{ message }}
This repository was archived by the owner on May 17, 2024. It is now read-only.
Is your feature request related to a problem? Please describe. #792 enabled a Snowflake to connect using the key itself in addition to the previously allowed key path method.
dbt also supports connecting to Snowflake using the key itself as of 1.5, by providing private_key in your profile, ref.
The data-diff's dbt parser however has not been updated to parse this key from the dbt profile, meaning that you can only to connect to Snowflake via dbt using the key path method:
This issue has been marked as stale because it has been open for 60 days with no activity. If you would like the issue to remain open, please comment on the issue and it will be added to the triage queue. Otherwise, it will be closed in 7 days.
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment and it will be reopened for triage.
Is your feature request related to a problem? Please describe.
#792 enabled a Snowflake to connect using the key itself in addition to the previously allowed key path method.
dbt also supports connecting to Snowflake using the key itself as of 1.5, by providing
private_key
in your profile, ref.The data-diff's dbt parser however has not been updated to parse this key from the dbt profile, meaning that you can only to connect to Snowflake via dbt using the key path method:
data-diff/data_diff/dbt_parser.py
Lines 355 to 359 in db7d864
Describe the solution you'd like
Allow either the
private_key_path
orprivate_key
to be parsed from the dbt profile.Describe alternatives you've considered
NA
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: