Skip to content

Commit a3f1abf

Browse files
chore: Fix dbt-bigquery auth_method setting in profile
1 parent c4b9b12 commit a3f1abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files_dbt_ext/profiles/bigquery/profiles.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ meltano:
1717
keyfile: "{{ env_var('DBT_BIGQUERY_KEYFILE', '') }}"
1818
staging:
1919
type: bigquery
20-
method: "{{ env_var('DBT_BIGQUERY_METHOD') }}"
20+
method: "{{ env_var('DBT_BIGQUERY_AUTH_METHOD') }}"
2121
project: "{{ env_var('DBT_BIGQUERY_PROJECT') }}"
2222
dataset: "{{ env_var('DBT_BIGQUERY_DATASET') }}"
2323
threads: 4
@@ -28,7 +28,7 @@ meltano:
2828
keyfile: "{{ env_var('DBT_BIGQUERY_KEYFILE', '') }}"
2929
prod:
3030
type: bigquery
31-
method: "{{ env_var('DBT_BIGQUERY_METHOD') }}"
31+
method: "{{ env_var('DBT_BIGQUERY_AUTH_METHOD') }}"
3232
project: "{{ env_var('DBT_BIGQUERY_PROJECT') }}"
3333
dataset: "{{ env_var('DBT_BIGQUERY_DATASET') }}"
3434
threads: 6

0 commit comments

Comments
 (0)