Skip to content

Commit

Permalink
ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jul 16, 2024
1 parent 23f7ca8 commit fcbfe32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ integration_tests:
type: bigquery
method: service-account-json
project: "{{ env_var('BIGQUERY_PROJECT') }}"
keyfile_json: "{{ env_var('DBT_ENV_SECRET_BIGQUERY_KEYFILE_JSON') | as_native }}"
dataset: "{{ env_var('BIGQUERY_SCHEMA') }}"
threads: 10
keyfile_json: "{{ env_var('DBT_ENV_SECRET_BIGQUERY_KEYFILE_JSON') | as_native }}"

snowflake:
type: snowflake
Expand Down

0 comments on commit fcbfe32

Please sign in to comment.