File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ integration_tests:
56
56
authentication : " {{ env_var('SYNAPSE_AUTHENTICATION') }}"
57
57
tenant_id : " {{ env_var('SYNAPSE_TENANT_ID') }}"
58
58
client_id : " {{ env_var('SYNAPSE_CLIENT_ID') }}"
59
- client_secret : " {{ env_var('SYNAPSE_CLIENT_SECRET ') }}"
59
+ client_secret : " {{ env_var('DBT_ENV_SECRET_SYNAPSE_CLIENT_SECRET ') }}"
60
60
schema : dbt_external_tables_integration_tests_synapse
61
61
threads : 1
62
62
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ BIGQUERY_KEYFILE_JSON=
19
19
# BIGQUERY_SCHEMA=
20
20
21
21
# synapse
22
- SYNAPSE_CLIENT_SECRET =
22
+ DBT_ENV_SECRET_SYNAPSE_CLIENT_SECRET =
23
23
# local testing only
24
24
# SYNAPSE_SCHEMA=
25
25
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ passenv =
32
32
SYNAPSE_AUTHENTICATION
33
33
SYNAPSE_TENANT_ID
34
34
SYNAPSE_CLIENT_ID
35
- SYNAPSE_CLIENT_SECRET
35
+ DBT_ENV_SECRET_SYNAPSE_CLIENT_SECRET
36
36
37
37
# run dbt commands directly, assumes dbt is already installed in environment
38
38
[testenv:dbt_integration_redshift]
You can’t perform that action at this time.
0 commit comments