Skip to content

Commit 4da44cb

Browse files
authored
Move profiles config to project flags (#926)
* Move profiles config to project flags * Move profiles config to project flags
1 parent 9e2b498 commit 4da44cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

integration_tests/ci/sample.profiles.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# HEY! This file is used in the dbt-utils integrations tests with CircleCI.
33
# You should __NEVER__ check credentials into version control. Thanks for reading :)
44

5-
config:
6-
send_anonymous_usage_stats: False
7-
use_colors: True
8-
95
integration_tests:
106
target: postgres
117
outputs:

integration_tests/dbt_project.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ clean-targets: # directories to be removed by `dbt clean`
2020
- "dbt_modules"
2121
- "dbt_packages"
2222

23+
flags:
24+
send_anonymous_usage_stats: False
25+
use_colors: True
26+
2327
dispatch:
2428
- macro_namespace: 'dbt_utils'
2529
search_order: ['dbt_utils_integration_tests', 'dbt_utils']

0 commit comments

Comments
 (0)