Skip to content

Commit

Permalink
remove token from _connection_keys (#906) (#907)
Browse files Browse the repository at this point in the history
* remove token from _connection_keys

* add changie

* remove token from _connection_keys

(cherry picked from commit 2c0b16f)

Co-authored-by: colin-rogers-dbt <[email protected]>
  • Loading branch information
github-actions[bot] and colin-rogers-dbt authored Feb 16, 2024
1 parent 672c855 commit 3122b63
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-20240216-125014.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: remove `token` field from connection keys
time: 2024-02-16T12:50:14.459161-08:00
custom:
Author: colin-rogers-dbt
Issue: "906"
1 change: 0 additions & 1 deletion dbt/adapters/snowflake/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def _connection_keys(self):
"schema",
"authenticator",
"private_key_path",
"token",
"oauth_client_id",
"query_tag",
"client_session_keep_alive",
Expand Down

0 comments on commit 3122b63

Please sign in to comment.