From 908a36e0acc61686027bffceb52f5f5117c4e8a3 Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:00:05 -0600 Subject: [PATCH] Link to anonymous usage stats page (#5145) ## 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. --- website/docs/reference/parsing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/parsing.md b/website/docs/reference/parsing.md index 1cb3490554a..f7af5b8d82d 100644 --- a/website/docs/reference/parsing.md +++ b/website/docs/reference/parsing.md @@ -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).