Skip to content

Commit

Permalink
Update usage-stats.md (#6732)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Jan 8, 2025
2 parents 1b43994 + 03303ae commit d242456
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions website/docs/reference/global-configs/usage-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ For full transparency, you can see all the event definitions in [`tracking.py`](

- dbt Cloud has telemetry enabled by default to help us enhance the user experience and improve the product by using real user feedback and usage patterns. While it cannot be disabled, we ensure the data is [secure](https://www.getdbt.com/security) and used responsibly. Collecting this data enables us to provide a better product experience, including improvements to the performance of dbt.

- dbt Core users have telemetry enabled by default to help us understand usage patterns and improve the product. Users can opt out of event tracking at any time by adding the following to your `profiles.yml` file:
- dbt Core users have telemetry enabled by default to help us understand usage patterns and improve the product. You can opt out of event tracking at any time by adding the following to your `dbt_project.yml` file:

<File name="dbt_project.yml">

```yaml
config:
send_anonymous_usage_stats: False
flags:
send_anonymous_usage_stats: false
```
</File>
dbt Core users can also use the `DO_NOT_TRACK` environment variable to enable or disable sending anonymous data. For more information, see [Environment variables](/docs/build/environment-variables).

Expand Down

0 comments on commit d242456

Please sign in to comment.