Skip to content

Commit

Permalink
use a different schema name
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Aug 23, 2024
1 parent b0976eb commit 79fb8dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration_tests/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# HEY! This file is used in the dbt-utils integrations tests with CircleCI.
# You should __NEVER__ check credentials into version control. Thanks for reading :)

# TODO: This file can be removed when CirceCI is no longer used for dbt-utils integration tests

integration_tests:
target: postgres
Expand Down Expand Up @@ -33,7 +32,7 @@ integration_tests:
method: service-account
keyfile: "{{ env_var('BIGQUERY_SERVICE_KEY_PATH') }}"
project: "{{ env_var('BIGQUERY_TEST_DATABASE') }}"
schema: "dbt_utils_integration_tests_bigquery"
schema: "dbt_utils_integration_tests_bigquery_circle_ci"
threads: 10

# This is used by GH actions
Expand Down

0 comments on commit 79fb8dc

Please sign in to comment.