@@ -16,13 +16,13 @@ integration_tests:
16
16
pass : " {{ env_var('CI_REDSHIFT_DBT_PASS') }}"
17
17
dbname : " {{ env_var('CI_REDSHIFT_DBT_DBNAME') }}"
18
18
port : 5439
19
- schema : app_reporting_integrations_test_7
19
+ schema : app_reporting_integrations_test_8
20
20
threads : 8
21
21
bigquery :
22
22
type : bigquery
23
23
method : service-account-json
24
24
project : ' dbt-package-testing'
25
- schema : app_reporting_integrations_test_7
25
+ schema : app_reporting_integrations_test_8
26
26
threads : 8
27
27
keyfile_json : " {{ env_var('GCLOUD_SERVICE_KEY') | as_native }}"
28
28
snowflake :
@@ -33,7 +33,7 @@ integration_tests:
33
33
role : " {{ env_var('CI_SNOWFLAKE_DBT_ROLE') }}"
34
34
database : " {{ env_var('CI_SNOWFLAKE_DBT_DATABASE') }}"
35
35
warehouse : " {{ env_var('CI_SNOWFLAKE_DBT_WAREHOUSE') }}"
36
- schema : app_reporting_integrations_test_7
36
+ schema : app_reporting_integrations_test_8
37
37
threads : 8
38
38
postgres :
39
39
type : postgres
@@ -42,13 +42,13 @@ integration_tests:
42
42
pass : " {{ env_var('CI_POSTGRES_DBT_PASS') }}"
43
43
dbname : " {{ env_var('CI_POSTGRES_DBT_DBNAME') }}"
44
44
port : 5432
45
- schema : app_reporting_integrations_test_7
45
+ schema : app_reporting_integrations_test_8
46
46
threads : 8
47
47
databricks :
48
48
catalog : " {{ env_var('CI_DATABRICKS_DBT_CATALOG') }}"
49
49
host : " {{ env_var('CI_DATABRICKS_DBT_HOST') }}"
50
50
http_path : " {{ env_var('CI_DATABRICKS_DBT_HTTP_PATH') }}"
51
- schema : app_reporting_integrations_test_7
51
+ schema : app_reporting_integrations_test_8
52
52
threads : 8
53
53
token : " {{ env_var('CI_DATABRICKS_DBT_TOKEN') }}"
54
54
type : databricks
0 commit comments