Skip to content

Commit

Permalink
Take config from profiles.yml and put in dbt_project.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dpguthrie committed Aug 21, 2024
1 parent ba03537 commit 35dc474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions integration_test_project/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ seeds:

flags:
source_freshness_run_project_hooks: true
send_anonymous_usage_stats: false
use_colors: true

on-run-end:
- "{{ dbt_artifacts.upload_results(results) }}"
4 changes: 0 additions & 4 deletions integration_test_project/profiles.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# HEY! This file is used in the dbt-artifacts integrations tests with GitHub Actions.
# You should __NEVER__ check credentials into version control. Thanks for reading :)

config:
send_anonymous_usage_stats: False
use_colors: True

dbt_artifacts:
target: snowflake
outputs:
Expand Down

0 comments on commit 35dc474

Please sign in to comment.