Skip to content

Commit 4feec47

Browse files
change schema
1 parent 6330b98 commit 4feec47

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

integration_tests/ci/sample.profiles.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ integration_tests:
1515
pass: "{{ env_var('CI_REDSHIFT_DBT_PASS') }}"
1616
dbname: "{{ env_var('CI_REDSHIFT_DBT_DBNAME') }}"
1717
port: 5439
18-
schema: sage_intacct_integration_tests
18+
schema: sage_intacct_integration_tests_1
1919
threads: 8
2020
bigquery:
2121
type: bigquery
2222
method: service-account
2323
keyfile: "{{ env_var('GCLOUD_SERVICE_KEY_PATH') }}"
2424
project: 'dbt-package-testing'
25-
schema: sage_intacct_integration_tests
25+
schema: sage_intacct_integration_tests_1
2626
threads: 8
2727
snowflake:
2828
type: snowflake
@@ -32,12 +32,12 @@ integration_tests:
3232
role: "{{ env_var('CI_SNOWFLAKE_DBT_ROLE') }}"
3333
database: "{{ env_var('CI_SNOWFLAKE_DBT_DATABASE') }}"
3434
warehouse: "{{ env_var('CI_SNOWFLAKE_DBT_WAREHOUSE') }}"
35-
schema: sage_intacct_integration_tests
35+
schema: sage_intacct_integration_tests_1
3636
threads: 8
3737
spark:
3838
type: spark
3939
method: http
40-
schema: sage_intacct_integration_tests
40+
schema: sage_intacct_integration_tests_1
4141
host: "{{ env_var('CI_SPARK_DBT_HOST') }}"
4242
organization: "{{ env_var('CI_SPARK_DBT_ORGANIZATION') }}"
4343
token: "{{ env_var('CI_SPARK_DBT_TOKEN') }}"
@@ -53,7 +53,7 @@ integration_tests:
5353
password: "{{ env_var('CI_POSTGRES_DBT_PASS') }}"
5454
port: 5432
5555
dbname: "{{ env_var('CI_POSTGRES_DBT_DATABASE') }}"
56-
schema: sage_intacct_integration_tests
56+
schema: sage_intacct_integration_tests_1
5757
threads: 8
5858
keepalives_idle: 0
5959
sslmode: prefer

integration_tests/dbt_project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'sage_intacct_integration_tests'
1+
name: 'sage_intacct_integration_tests_1'
22
version: '0.1.2'
33
config-version: 2
44

0 commit comments

Comments
 (0)