diff --git a/dbt_project.yml b/dbt_project.yml index a02ad65a..de6c1aa6 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -2,7 +2,7 @@ name: "dbt_artifacts" version: "2.7.0" config-version: 2 require-dbt-version: [">=1.3.0", "<1.9.0"] -profile: "dbt_artifacts" +profile: "integration_tests" clean-targets: # folders to be removed by `dbt clean` - "target" diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index aae6f8df..b5efc509 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -2,7 +2,7 @@ name: "artifacts_integration_tests" version: "1.0" config-version: 2 -profile: "dbt_artifacts" +profile: "integration_tests" model-paths: ["models"] analysis-paths: ["analysis"] diff --git a/integration_tests/profiles.yml b/integration_tests/profiles.yml index ffb67b5f..6510b405 100644 --- a/integration_tests/profiles.yml +++ b/integration_tests/profiles.yml @@ -5,7 +5,7 @@ config: send_anonymous_usage_stats: False use_colors: True -dbt_artifacts: +integration_tests: target: snowflake outputs: snowflake: