Skip to content

Commit

Permalink
Remove private_key_path from _conection_keys (#950) (#951)
Browse files Browse the repository at this point in the history
* update RELEASE_BRANCH env

* remove private_key_path from _connections

* add changelog

(cherry picked from commit 1b5c165)

Co-authored-by: Matthew McKnight <[email protected]>
  • Loading branch information
github-actions[bot] and McKnight-42 authored Mar 26, 2024
1 parent ad7a6b1 commit 895e200
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixes-20240322-104553.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: remove `private_key_path` from connection keys
time: 2024-03-22T10:45:53.598328-05:00
custom:
Author: McKnight-42
Issue: "949"
1 change: 0 additions & 1 deletion dbt/adapters/snowflake/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def _connection_keys(self):
"role",
"schema",
"authenticator",
"private_key_path",
"oauth_client_id",
"query_tag",
"client_session_keep_alive",
Expand Down

0 comments on commit 895e200

Please sign in to comment.