You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks so much for opening this issue @damianCopilot! We'll get it tested and addressed.
runleonarun
changed the title
[Core] Anonymous usage stats move config key to dbt_project.yml
[Core] Anonymous usage stats move to flags key to dbt_project.yml
Jan 7, 2025
Link to the page(s) on docs.getdbt.com requiring updates
https://docs.getdbt.com/reference/global-configs/usage-stats
Tell us more about this update
when i add following to the profiles.yml
config:
send_anonymous_usage_stats: False
I have got a warning
Running with dbt=1.8.7
[WARNING]: Deprecated functionality
User config should be moved from the 'config' key in profiles.yml to the 'flags' key in dbt_project.yml.
correct way to turn it off:
dbt_project.yml
flags:
send_anonymous_usage_stats: False
Reviewers/Stakeholders/SMEs
@dataders
@mirnawong1
Related GitHub issues
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: