Skip to content

Commit

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

* add changie

* remove token from _connection_keys
  • Loading branch information
colin-rogers-dbt authored Feb 16, 2024
1 parent d01d63c commit 2c0b16f
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 @@ -126,7 +126,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 2c0b16f

Please sign in to comment.