Skip to content

Commit

Permalink
add back newline
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jul 16, 2024
1 parent fcbfe32 commit a6867b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion integration_tests/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ integration_tests:
project: "{{ env_var('BIGQUERY_PROJECT') }}"
dataset: "{{ env_var('BIGQUERY_SCHEMA') }}"
threads: 10
keyfile_json: "{{ env_var('DBT_ENV_SECRET_BIGQUERY_KEYFILE_JSON') | as_native }}"
keyfile_json:
"{{ env_var('DBT_ENV_SECRET_BIGQUERY_KEYFILE_JSON') | as_native }}"

snowflake:
type: snowflake
Expand Down
3 changes: 2 additions & 1 deletion supported_adapters.env
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
SUPPORTED_ADAPTERS=postgres,snowflake,redshift,bigquery
FULL_SUPPORTED_ADAPTERS=postgres,snowflake,redshift,bigquery
SUPPORTED_ADAPTERS=bigquery

0 comments on commit a6867b6

Please sign in to comment.