We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://docs.getdbt.com/reference/global-configs/usage-stats
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
@dataders @mirnawong1
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: