From a5c7f97ac3c4db757512b21ae6142fb55c31e48f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 22:17:36 +0000 Subject: [PATCH] Remove refresh token field from connection keys (#1105) (#1107) * Remove refresh token field from connection keys * Add changie --------- Co-authored-by: Mila Page (cherry picked from commit d904740ededc11dbdaa0faa98d7dc8fb18381b5a) Co-authored-by: Mila Page <67295367+VersusFacit@users.noreply.github.com> --- .changes/unreleased/Fixes-20240216-133319.yaml | 6 ++++++ dbt/adapters/bigquery/connections.py | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Fixes-20240216-133319.yaml diff --git a/.changes/unreleased/Fixes-20240216-133319.yaml b/.changes/unreleased/Fixes-20240216-133319.yaml new file mode 100644 index 000000000..cb8a2156e --- /dev/null +++ b/.changes/unreleased/Fixes-20240216-133319.yaml @@ -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" diff --git a/dbt/adapters/bigquery/connections.py b/dbt/adapters/bigquery/connections.py index 132854748..3a5ba491f 100644 --- a/dbt/adapters/bigquery/connections.py +++ b/dbt/adapters/bigquery/connections.py @@ -198,7 +198,6 @@ def _connection_keys(self): "job_execution_timeout_seconds", "keyfile", "timeout_seconds", - "refresh_token", "client_id", "token_uri", "dataproc_region",