Skip to content

Commit

Permalink
remove keyfile from _connection_keys (#1147)
Browse files Browse the repository at this point in the history
* remove kefile from _connection_keys

* add changelog
  • Loading branch information
McKnight-42 committed Mar 25, 2024
1 parent 4002483 commit 955afbd
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-113720.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: remove `keyfile` from `_connection_keys`
time: 2024-03-22T11:37:20.989189-05:00
custom:
Author: McKnight-42
Issue: "1146"
1 change: 0 additions & 1 deletion dbt/adapters/bigquery/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ def _connection_keys(self):
"job_retries",
"job_creation_timeout_seconds",
"job_execution_timeout_seconds",
"keyfile",
"timeout_seconds",
"client_id",
"token_uri",
Expand Down

0 comments on commit 955afbd

Please sign in to comment.