From 1865693dec1d4166c9f56ebde15c67f6b1846fc1 Mon Sep 17 00:00:00 2001 From: Renee Li Date: Wed, 22 Jan 2025 16:51:26 -0500 Subject: [PATCH] schema --- integration_tests/ci/sample.profiles.yml | 12 ++++++------ integration_tests/dbt_project.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/integration_tests/ci/sample.profiles.yml b/integration_tests/ci/sample.profiles.yml index fc6baa3..6c22a45 100644 --- a/integration_tests/ci/sample.profiles.yml +++ b/integration_tests/ci/sample.profiles.yml @@ -16,13 +16,13 @@ integration_tests: pass: "{{ env_var('CI_REDSHIFT_DBT_PASS') }}" dbname: "{{ env_var('CI_REDSHIFT_DBT_DBNAME') }}" port: 5439 - schema: fivetran_platform_integration_tests_12 + schema: fivetran_platform_integration_tests_13 threads: 8 bigquery: type: bigquery method: service-account-json project: 'dbt-package-testing' - schema: fivetran_platform_integration_tests_12 + schema: fivetran_platform_integration_tests_13 threads: 8 keyfile_json: "{{ env_var('GCLOUD_SERVICE_KEY') | as_native }}" snowflake: @@ -33,7 +33,7 @@ integration_tests: role: "{{ env_var('CI_SNOWFLAKE_DBT_ROLE') }}" database: "{{ env_var('CI_SNOWFLAKE_DBT_DATABASE') }}" warehouse: "{{ env_var('CI_SNOWFLAKE_DBT_WAREHOUSE') }}" - schema: fivetran_platform_integration_tests_12 + schema: fivetran_platform_integration_tests_13 threads: 8 postgres: type: postgres @@ -42,13 +42,13 @@ integration_tests: pass: "{{ env_var('CI_POSTGRES_DBT_PASS') }}" dbname: "{{ env_var('CI_POSTGRES_DBT_DBNAME') }}" port: 5432 - schema: fivetran_platform_integration_tests_12 + schema: fivetran_platform_integration_tests_13 threads: 8 databricks: catalog: "{{ env_var('CI_DATABRICKS_DBT_CATALOG') }}" host: "{{ env_var('CI_DATABRICKS_DBT_HOST') }}" http_path: "{{ env_var('CI_DATABRICKS_DBT_HTTP_PATH') }}" - schema: fivetran_platform_integration_tests_12 + schema: fivetran_platform_integration_tests_13 threads: 8 token: "{{ env_var('CI_DATABRICKS_DBT_TOKEN') }}" type: databricks @@ -66,7 +66,7 @@ integration_tests: server: "{{ env_var('CI_SQLSERVER_DBT_SERVER') }}" port: 1433 database: "{{ env_var('CI_SQLSERVER_DBT_DATABASE') }}" - schema: fivetran_platform_integration_tests_12 + schema: fivetran_platform_integration_tests_13 user: "{{ env_var('CI_SQLSERVER_DBT_USER') }}" password: "{{ env_var('CI_SQLSERVER_DBT_PASS') }}" threads: 8 \ No newline at end of file diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 317588d..267adf4 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -10,7 +10,7 @@ dispatch: vars: fivetran_log: - fivetran_platform_schema: "fivetran_platform_integration_tests_12" + fivetran_platform_schema: "fivetran_platform_integration_tests_13" fivetran_platform_account_identifier: "account" fivetran_platform_incremental_mar_identifier: "incremental_mar" fivetran_platform_connector_identifier: "connector"