We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2b498 commit 4da44cbCopy full SHA for 4da44cb
integration_tests/ci/sample.profiles.yml
@@ -2,10 +2,6 @@
2
# HEY! This file is used in the dbt-utils integrations tests with CircleCI.
3
# You should __NEVER__ check credentials into version control. Thanks for reading :)
4
5
-config:
6
- send_anonymous_usage_stats: False
7
- use_colors: True
8
-
9
integration_tests:
10
target: postgres
11
outputs:
integration_tests/dbt_project.yml
@@ -20,6 +20,10 @@ clean-targets: # directories to be removed by `dbt clean`
20
- "dbt_modules"
21
- "dbt_packages"
22
23
+flags:
24
+ send_anonymous_usage_stats: False
25
+ use_colors: True
26
+
27
dispatch:
28
- macro_namespace: 'dbt_utils'
29
search_order: ['dbt_utils_integration_tests', 'dbt_utils']
0 commit comments