Skip to content

Commit

Permalink
Link to anonymous usage stats page (#5145)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?

It's handy to link to the [anonymous usage
stats](https://docs.getdbt.com/reference/global-configs/usage-stats)
page from
[here](https://docs.getdbt.com/reference/parsing#experimental-parser).

## Checklist
- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
so my content adheres to these guidelines.
  • Loading branch information
dbeatty10 authored Mar 22, 2024
1 parent 078de03 commit 908a36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/parsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ For now, the static parser only works with models, and models whose Jinja is lim

## Experimental parser

We plan to make iterative improvements to static parsing in future versions, and to use random sampling (via anonymous usage tracking) to verify that it yields correct results. You can opt into the latest "experimental" version of the static parser using the [`USE_EXPERIMENTAL_PARSER` global config](/reference/global-configs/parsing).
We plan to make iterative improvements to static parsing in future versions, and to use random sampling (via [anonymous usage tracking](/reference/global-configs/usage-stats)) to verify that it yields correct results. You can opt into the latest "experimental" version of the static parser using the [`USE_EXPERIMENTAL_PARSER` global config](/reference/global-configs/parsing).

0 comments on commit 908a36e

Please sign in to comment.