Skip to content

Commit

Permalink
Merge branch 'current' into mirnawong1-patch-27
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Sep 19, 2024
2 parents 8efd193 + de8a5bc commit c705c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/docs/build/dimensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ mf query --metrics users_created,users_deleted --group-by metric_time__year --or

You can set `is_partition` for time to define specific time spans. Additionally, use the `type_params` section to set `time_granularity` to adjust aggregation details (hourly, daily, weekly, and so on).

<Tabs>
<Tabs queryString="dimension">

<TabItem value="is_partition" label="is_partition">

Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/global-configs/usage-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ For full transparency, you can see all the event definitions in [`tracking.py`](
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).
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).

`DO_NOT_TRACK=1` is the same as `DBT_SEND_ANONYMOUS_USAGE_STATS=False`

0 comments on commit c705c8a

Please sign in to comment.