From 03303ae51b2df9e9128d8aa0c7d484d9f002645f Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:27:40 +0000 Subject: [PATCH] Update usage-stats.md add file name for explicitness --- website/docs/reference/global-configs/usage-stats.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/reference/global-configs/usage-stats.md b/website/docs/reference/global-configs/usage-stats.md index aa9dacd6658..1c06105cde9 100644 --- a/website/docs/reference/global-configs/usage-stats.md +++ b/website/docs/reference/global-configs/usage-stats.md @@ -20,10 +20,13 @@ For full transparency, you can see all the event definitions in [`tracking.py`]( - 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: + + ```yaml flags: send_anonymous_usage_stats: false ``` + 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).