diff --git a/integration_tests/ci/sample.profiles.yml b/integration_tests/ci/sample.profiles.yml index d3a61793..71b63983 100644 --- a/integration_tests/ci/sample.profiles.yml +++ b/integration_tests/ci/sample.profiles.yml @@ -2,10 +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 :) -config: - send_anonymous_usage_stats: False - use_colors: True - integration_tests: target: postgres outputs: diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 830643ec..5eaeb383 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -20,6 +20,10 @@ clean-targets: # directories to be removed by `dbt clean` - "dbt_modules" - "dbt_packages" +flags: + send_anonymous_usage_stats: False + use_colors: True + dispatch: - macro_namespace: 'dbt_utils' search_order: ['dbt_utils_integration_tests', 'dbt_utils']