-
Notifications
You must be signed in to change notification settings - Fork 175
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
Remove private_key_path from _conection_keys #950
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-snowflake contributing guide. |
Hi Team! If we are able to get this reviewed and implemented, I believe this issue is a blocking issue (or contributing) for several major customers from using parse caching for jobs, so high-value win potential. Thanks @McKnight-42 for getting this edit in the pipeline! |
* update RELEASE_BRANCH env * remove private_key_path from _connections * add changelog (cherry picked from commit 1b5c165)
* update RELEASE_BRANCH env * remove private_key_path from _connections * add changelog (cherry picked from commit 1b5c165)
@McKnight-42 How long before this will be reflected in mt via dbt debug for versionless? |
@will-sargent-dbtlabs I don't have a exact timeframe I think we are doing some releases tomorrow, so we will create the bundles and stuff then and usually takes a few days or so to populate throughout cloud once its all out so sometime mid next week possibly? similar timeframe for 1.7 and 1.6 adapters once the backports are merged |
* update RELEASE_BRANCH env * remove private_key_path from _connections * add changelog (cherry picked from commit 1b5c165) Co-authored-by: Matthew McKnight <[email protected]>
* update RELEASE_BRANCH env * remove private_key_path from _connections * add changelog (cherry picked from commit 1b5c165) Co-authored-by: Matthew McKnight <[email protected]>
resolves #949
docs dbt-labs/docs.getdbt.com/#
Problem
the field
private_key_path
could have a argument to be a qausi secret level like field that possibly should be removed from debug and being called in jinjaSolution
Checklist