From 927709899729b735da48f4f95e3f1406bf327460 Mon Sep 17 00:00:00 2001 From: Grant Murray Date: Mon, 31 Jul 2023 06:41:42 -0400 Subject: [PATCH 1/4] patch(constraints): fix-typo --- website/docs/reference/resource-properties/constraints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/resource-properties/constraints.md b/website/docs/reference/resource-properties/constraints.md index b25893729e5..51e10e028ab 100644 --- a/website/docs/reference/resource-properties/constraints.md +++ b/website/docs/reference/resource-properties/constraints.md @@ -228,7 +228,7 @@ select Snowflake suppports four types of constraints: `unique`, `not null`, `primary key` and `foreign key`. It is important to note that only the `not null` (and the `not null` property of `primary key`) are actually checked today. -There rest of the constraints are purely metadata, not verified when inserting data. +The rest of the constraints are purely metadata, not verified when inserting data. Currently, Snowflake doesn't support the `check` syntax and dbt will skip the `check` config and raise a warning message if it is set on some models in the dbt project. From 750254cefaec2bbce3daee115d039e1c725c190e Mon Sep 17 00:00:00 2001 From: Grant Murray Date: Mon, 31 Jul 2023 07:39:18 -0400 Subject: [PATCH 2/4] patch: fix-typo-in-quickstart-semantic-layer --- .../docs/use-dbt-semantic-layer/quickstart-semantic-layer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/use-dbt-semantic-layer/quickstart-semantic-layer.md b/website/docs/docs/use-dbt-semantic-layer/quickstart-semantic-layer.md index af8de189fa9..aa490511004 100644 --- a/website/docs/docs/use-dbt-semantic-layer/quickstart-semantic-layer.md +++ b/website/docs/docs/use-dbt-semantic-layer/quickstart-semantic-layer.md @@ -8,7 +8,7 @@ sidebar_label: "Quickstart" :::info Coming soon The dbt Semantic Layer is undergoing a [significant revamp](https://www.getdbt.com/blog/dbt-semantic-layer-whats-next/), making it more efficient to define and query metrics. -**What’s changing?** The dbt_metrics package will be [deprecated](https://docs.getdbt.com/blog/deprecating-dbt-metrics) and replaced with [MetricFlow](/docs/build/about-metricflow?version=1.6), a new way framework for defining metrics in dbt. +**What’s changing?** The dbt_metrics package will be [deprecated](https://docs.getdbt.com/blog/deprecating-dbt-metrics) and replaced with [MetricFlow](/docs/build/about-metricflow?version=1.6), a new framework for defining metrics in dbt. **What's new?** Learn how to [Build your metrics](/docs/build/build-metrics-intro?version=1.6) using MetricFlow, one of the key components that makes up the revamped dbt Semantic Layer. It handles SQL query construction and defines the specification for dbt semantic models and metrics. ::: From a1d5b58de6d6bacdc0bd6e31ea2cdb2f9ddbf532 Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Mon, 31 Jul 2023 13:38:24 -0400 Subject: [PATCH 3/4] 1.6 GA Docs changes --- website/dbt-versions.js | 1 - .../migration/versions/01-upgrading-to-v1.6.md | 10 +--------- .../migration/versions/02-upgrading-to-v1.5.md | 2 +- website/snippets/core-versions-table.md | 13 +++++++------ 4 files changed, 9 insertions(+), 17 deletions(-) diff --git a/website/dbt-versions.js b/website/dbt-versions.js index 01d1bf5d128..82de0ad6333 100644 --- a/website/dbt-versions.js +++ b/website/dbt-versions.js @@ -2,7 +2,6 @@ exports.versions = [ { version: "1.6", EOLDate: "2024-07-31", - isPrerelease: true }, { version: "1.5", diff --git a/website/docs/guides/migration/versions/01-upgrading-to-v1.6.md b/website/docs/guides/migration/versions/01-upgrading-to-v1.6.md index cb1e9af603d..6859e183362 100644 --- a/website/docs/guides/migration/versions/01-upgrading-to-v1.6.md +++ b/website/docs/guides/migration/versions/01-upgrading-to-v1.6.md @@ -1,16 +1,8 @@ --- -title: "Upgrading to v1.6 (prerelease)" +title: "Upgrading to v1.6 (latest)" description: New features and changes in dbt Core v1.6 --- -:::warning Prerelease - -dbt Core v1.6 is available as a release candidate. [Final release is planned for July 31.](https://github.com/dbt-labs/dbt-core/issues/7990) - -Test it out, and [let us know](https://github.com/dbt-labs/dbt-core/issues/new/choose) if you run into any issues! - -::: - ## Resources - [Changelog](https://github.com/dbt-labs/dbt-core/blob/1.6.latest/CHANGELOG.md) diff --git a/website/docs/guides/migration/versions/02-upgrading-to-v1.5.md b/website/docs/guides/migration/versions/02-upgrading-to-v1.5.md index bb793edf4c7..5283070217c 100644 --- a/website/docs/guides/migration/versions/02-upgrading-to-v1.5.md +++ b/website/docs/guides/migration/versions/02-upgrading-to-v1.5.md @@ -1,5 +1,5 @@ --- -title: "Upgrading to v1.5 (latest)" +title: "Upgrading to v1.5" description: New features and changes in dbt Core v1.5 --- diff --git a/website/snippets/core-versions-table.md b/website/snippets/core-versions-table.md index 6997353545b..fb2e2a5d60e 100644 --- a/website/snippets/core-versions-table.md +++ b/website/snippets/core-versions-table.md @@ -1,14 +1,15 @@ ### Latest Releases | dbt Core | Initial Release | Support Level | Critical Support Until | -|------------------------------------------------------------|-----------------|---------------|-------------------------| -| [**v1.5**](/guides/migration/versions/upgrading-to-v1.5) | Apr 27, 2023 | Active | Apr 27, 2024 | -| [**v1.4**](/guides/migration/versions/upgrading-to-v1.4) | Jan 25, 2023 | Critical | Jan 25, 2024 | -| [**v1.3**](/guides/migration/versions/upgrading-to-v1.3) | Oct 12, 2022 | Critical | Oct 12, 2023 | -| [**v1.2**](/guides/migration/versions/upgrading-to-v1.2) | Jul 26, 2022 | Critical | Jul 26, 2023 | +|------------------------------------------------------------|-----------------|----------------|-------------------------| +| [**v1.6**](/guides/migration/versions/upgrading-to-v1.6) | Jul 31, 2023 | Active | Jul 30, 2024 | +| [**v1.5**](/guides/migration/versions/upgrading-to-v1.5) | Apr 27, 2023 | Critical | Apr 27, 2024 | +| [**v1.4**](/guides/migration/versions/upgrading-to-v1.4) | Jan 25, 2023 | Critical | Jan 25, 2024 | +| [**v1.3**](/guides/migration/versions/upgrading-to-v1.3) | Oct 12, 2022 | Critical | Oct 12, 2023 | +| [**v1.2**](/guides/migration/versions/upgrading-to-v1.2) | Jul 26, 2022 | End of Life* ⚠️ | Jul 26, 2023 | | [**v1.1**](/guides/migration/versions/upgrading-to-v1.1) ⚠️ | Apr 28, 2022 | End of Life* ⚠️ | Apr 28, 2023 | | [**v1.0**](/guides/migration/versions/upgrading-to-v1.0) ⚠️ | Dec 3, 2021 | End of Life* ⚠️ | Dec 3, 2022 ⚠️ | -| **v0.X** ⛔️ | (Various dates) | Deprecated ⛔️ | Deprecated ⛔️ | +| **v0.X** ⛔️ | (Various dates) | Deprecated ⛔️ | Deprecated ⛔️ | _*All versions of dbt Core since v1.0 are available in dbt Cloud until further notice. Versions that are EOL do not receive any fixes. For the best support, we recommend upgrading to a version released within the past 12 months._ ### Planned future releases From cf12adf724a3c7d31b2be57e6c95db66e7cf9e28 Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:16:08 -0400 Subject: [PATCH 4/4] Update 01-upgrading-to-v1.6.md --- website/docs/guides/migration/versions/01-upgrading-to-v1.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/migration/versions/01-upgrading-to-v1.6.md b/website/docs/guides/migration/versions/01-upgrading-to-v1.6.md index 6859e183362..ac3d7348ef9 100644 --- a/website/docs/guides/migration/versions/01-upgrading-to-v1.6.md +++ b/website/docs/guides/migration/versions/01-upgrading-to-v1.6.md @@ -18,7 +18,7 @@ dbt Labs is committed to providing backward compatibility for all versions 1.x, - dbt Core v1.6 does not support Python 3.7, which reached End Of Life on June 23. Support Python versions are 3.8, 3.9, 3.10, and 3.11. - As part of the Semantic layer re-launch (in beta), the spec for `metrics` has changed significantly. Migration guide coming soon: https://github.com/dbt-labs/docs.getdbt.com/pull/3705 -- Manifest schema version is now v10, reflecting [TODO] changes +- The manifest schema version is now v10. ### For consumers of dbt artifacts (metadata)