Skip to content

Commit

Permalink
update name for model code (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenyuLInx authored Jul 28, 2022
1 parent 32327aa commit 12ba81f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Update dependency webpack-cli from ^3.3.12 to ^4.7.0 ([#291](https://github.com/dbt-labs/dbt-docs/issues/291))
- Update dependency webpack-dev-server from ^3.1.11 to ^4.9.3 ([#291](https://github.com/dbt-labs/dbt-docs/issues/291))
- Searches no longer require perfect matches, and instead consider each word individually. `my model` or `model my` will now find `my_model`, without the need for underscores ([docs#145](https://github.com/fishtown-analytics/dbt-docs/pull/145))
- Support the renaming of SQL to code happening in dbt-core ([#292](https://github.com/dbt-labs/dbt-docs/issues/292))

Contributors:
- [@joellabes](https://github.com/joellabes) ([docs#145](https://github.com/dbt-labs/dbt-docs/pull/145))
Expand Down
2 changes: 1 addition & 1 deletion src/app/docs/model.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1>
<li ui-sref-active='active'><a ui-sref="dbt.model({'#': 'columns'})">Columns</a></li>
<li ui-sref-active='active' ng-show = "referencesLength != 0"><a ui-sref="dbt.model({'#': 'referenced_by'})">Referenced By</a></li>
<li ui-sref-active='active' ng-show = "parentsLength != 0"><a ui-sref="dbt.model({'#': 'depends_on'})">Depends On</a></li>
<li ui-sref-active='active'><a ui-sref="dbt.model({'#': 'code'})">SQL</a></li>
<li ui-sref-active='active'><a ui-sref="dbt.model({'#': 'code'})">Code</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 12ba81f

Please sign in to comment.