From 2e2f09b4b33f7884cbda2917cce505d1a8d5d585 Mon Sep 17 00:00:00 2001 From: Anders Swanson Date: Mon, 25 Mar 2024 16:31:11 -0400 Subject: [PATCH] add BQ --- .github/workflows/integration_tests.yml | 6 +++--- integration_tests/profiles.yml | 2 +- integration_tests/test.env.sample | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 897a867..148e387 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -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" diff --git a/integration_tests/profiles.yml b/integration_tests/profiles.yml index 2b89b65..4bc2171 100644 --- a/integration_tests/profiles.yml +++ b/integration_tests/profiles.yml @@ -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 diff --git a/integration_tests/test.env.sample b/integration_tests/test.env.sample index 71fa8cd..2f1972a 100644 --- a/integration_tests/test.env.sample +++ b/integration_tests/test.env.sample @@ -19,7 +19,7 @@ SNOWFLAKE_TEST_WHNAME= # bigquery BIGQUERY_SERVICE_KEY_PATH= -BIGQUERY_TEST_DBNAME= +BIGQUERY_TEST_PROJECT= # databricks DATABRICKS_TEST_HOST=