Skip to content

Commit

Permalink
add BQ
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Mar 25, 2024
1 parent 8dd0360 commit 2e2f09b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fail-fast: true
max-parallel: 1
matrix:
python-version: ["3.10", "3.11", "3.12"]
dbt-version: ["1.6.0", "1.7.0", "1.8.0b1"]
data-platform: ["redshift", "snowflake"]
python-version: ["3.10", "3.11"] # , "3.12"]
dbt-version: ["1.6.0", "1.7.0"] # , "1.8.0b1"]
data-platform: ["redshift", "snowflake", "bigquery"]
exclude:
- python-version: "3.12"
dbt-version: "1.6"
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ integration_tests:
type: bigquery
method: service-account
keyfile: "{{ env_var('BIGQUERY_SERVICE_KEY_PATH') }}"
project: "{{ env_var('BIGQUERY_TEST_DBNAME') }}"
project: "{{ env_var('BIGQUERY_TEST_PROJECT') }}"
schema: dbt_external_tables_integration_tests_bigquery
threads: 1

Expand Down
2 changes: 1 addition & 1 deletion integration_tests/test.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SNOWFLAKE_TEST_WHNAME=

# bigquery
BIGQUERY_SERVICE_KEY_PATH=
BIGQUERY_TEST_DBNAME=
BIGQUERY_TEST_PROJECT=

# databricks
DATABRICKS_TEST_HOST=
Expand Down

0 comments on commit 2e2f09b

Please sign in to comment.