From 12ba81f3f1cef4cc87100d0f7bbb8c55c1f24177 Mon Sep 17 00:00:00 2001 From: Chenyu Li Date: Thu, 28 Jul 2022 11:12:54 -0700 Subject: [PATCH] update name for model code (#298) --- CHANGELOG.md | 1 + src/app/docs/model.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b08bc02..d0064511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/src/app/docs/model.html b/src/app/docs/model.html index b64f26ad..e2ed2c5a 100644 --- a/src/app/docs/model.html +++ b/src/app/docs/model.html @@ -38,7 +38,7 @@

  • Columns
  • Referenced By
  • Depends On
  • -
  • SQL
  • +
  • Code