Skip to content

Commit

Permalink
Remove refresh token field from connection keys (#1105) (#1107)
Browse files Browse the repository at this point in the history
* Remove refresh token field from connection keys

* Add changie

---------

Co-authored-by: Mila Page <[email protected]>
(cherry picked from commit d904740)

Co-authored-by: Mila Page <[email protected]>
  • Loading branch information
github-actions[bot] and VersusFacit authored Feb 16, 2024
1 parent fec7c96 commit a5c7f97
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-133319.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-16T13:33:19.524482-08:00
custom:
Author: versusfacit
Issue: "1105"
1 change: 0 additions & 1 deletion dbt/adapters/bigquery/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ def _connection_keys(self):
"job_execution_timeout_seconds",
"keyfile",
"timeout_seconds",
"refresh_token",
"client_id",
"token_uri",
"dataproc_region",
Expand Down

0 comments on commit a5c7f97

Please sign in to comment.