Skip to content

Commit

Permalink
Move profiles config to project flags (#926)
Browse files Browse the repository at this point in the history
* Move profiles config to project flags

* Move profiles config to project flags
  • Loading branch information
dbeatty10 authored Jun 27, 2024
1 parent 9e2b498 commit 4da44cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions integration_tests/ci/sample.profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 4da44cb

Please sign in to comment.