diff --git a/.cursor/rules/dbt-overview-standard.mdc b/.cursor/rules/dbt-overview-standard.mdc index 339621b..0627653 100644 --- a/.cursor/rules/dbt-overview-standard.mdc +++ b/.cursor/rules/dbt-overview-standard.mdc @@ -17,7 +17,7 @@ The `__overview__.md` file MUST contain a "Quick Links to Table Documentation" s **Hyperlinks to Gold Model Documentation** - A comprehensive list of all gold models organized by schema. The schema can be inferred from the model name as the slug before the double underscore. For example, `core__fact_blocks` is a model named `fact_blocks` in the schema `core`. ### Gold Model Links Structure: -The quicklinks section must be organized by schema and use the relative link to load the page generated by dbt documentation. The relative link structure is `#!/model/dbt_uniqueId` where dbt's `uniqueId` format is `node_type.project_name.model_name`. All of these `node_types` are `model`. `project_name` is the name of the dbt models project established in `dbt_project.yml` by the `name` variable. `model_name` is finally the name of the model as determed by the name of the sql file OR the value of `name` in the model's associated `.yml` file. For example, a uniqueId for Near's `fact_blocks` model would be `model.near_models.core__fact_blocks` making the relative URL `#!/model/model.near_models.core__fact_blocks`. +The quicklinks section must be organized by schema and use the relative link to load the page generated by dbt documentation. The relative link structure is `#!/model/dbt_uniqueId` where dbt's `uniqueId` format is `node_type.project_name.model_name`. All of these `node_types` are `model`. `project_name` is the name of the dbt models project established in `dbt_project.yml` by the `name` variable. `model_name` is finally the name of the model as determed by the name of the sql file OR the value of `name` in the model's associated `.yml` file. For example, a uniqueId for the blockchain's `fact_blocks` model would be `model._models.core__fact_blocks` making the relative URL `#!/model/model._models.core__fact_blocks`. ```markdown ## **Quick Links to Table Documentation**