Skip to content

Commit

Permalink
[DRAFT] Migration guide move to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Oct 30, 2023
1 parent 35a5949 commit e343573
Show file tree
Hide file tree
Showing 23 changed files with 113 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: "Upgrading to v1.7 (beta)"
description: New features and changes in dbt Core v1.7
---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

## Resources

- [Changelog](https://github.com/dbt-labs/dbt-core/blob/8aaed0e29f9560bc53d9d3e88325a9597318e375/CHANGELOG.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: "Upgrading to v1.6 (latest)"
description: New features and changes in dbt Core v1.6
---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

dbt Core v1.6 has three significant areas of focus:
1. Next milestone of [multi-project deployments](https://github.com/dbt-labs/dbt-core/discussions/6725): improvements to contracts, groups/access, versions; and building blocks for cross-project `ref`
1. Semantic layer re-launch: dbt Core and [MetricFlow](https://docs.getdbt.com/docs/build/about-metricflow) integration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: "Upgrading to v1.5"
description: New features and changes in dbt Core v1.5
---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

dbt Core v1.5 is a feature release, with two significant additions:
1. [**Model governance**](/docs/collaborate/govern/about-model-governance) — access, contracts, versions — the first phase of [multi-project deployments](https://github.com/dbt-labs/dbt-core/discussions/6725)
2. A Python entry point for [**programmatic invocations**](/reference/programmatic-invocations), at parity with the CLI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: "Upgrading to dbt utils v1.0"
description: New features and breaking changes to consider as you upgrade to dbt utils v1.0.
---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

# Upgrading to dbt utils v1.0

For the first time, [dbt utils](https://hub.getdbt.com/dbt-labs/dbt_utils/latest/) is crossing the major version boundary. From [last month’s blog post](https://www.getdbt.com/blog/announcing-dbt-v1.3-and-utils/):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
title: "Upgrading to v1.4"
description: New features and changes in dbt Core v1.4
---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

### Resources

- [Changelog](https://github.com/dbt-labs/dbt-core/blob/1.4.latest/CHANGELOG.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
title: "Upgrading to v1.3"
description: New features and changes in dbt Core v1.3
---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

### Resources

- [Changelog](https://github.com/dbt-labs/dbt-core/blob/1.3.latest/CHANGELOG.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
title: "Upgrading to v1.2"
description: New features and changes in dbt Core v1.2
---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

### Resources

- [Changelog](https://github.com/dbt-labs/dbt-core/blob/1.2.latest/CHANGELOG.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
title: "Upgrading to v1.1"
description: New features and changes in dbt Core v1.1
---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

### Resources

- [Changelog](https://github.com/dbt-labs/dbt-core/blob/1.1.latest/CHANGELOG.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
title: "Upgrading to v1.0"
description: New features and changes in dbt Core v1.0
---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

### Resources

- [Discourse](https://discourse.getdbt.com/t/3180)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title: "Upgrading to v0.21"

---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />


:::caution Unsupported version
dbt Core v0.21 has reached the end of critical support. No new patch versions will be released, and it will stop running in dbt Cloud on June 30, 2022. Read ["About dbt Core versions"](/docs/dbt-versions/core) for more details.
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: "Upgrading to v0.20"

---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

:::caution Unsupported version
dbt Core v0.20 has reached the end of critical support. No new patch versions will be released, and it will stop running in dbt Cloud on June 30, 2022. Read ["About dbt Core versions"](/docs/dbt-versions/core) for more details.
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: "Upgrading to 0.11.0"
id: "upgrading-to-0-11-0"
---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

## Schema.yml v2 syntax
dbt v0.11.0 adds an auto-generated docs site to your dbt project. To make effective use of the documentation site, you'll need to use the new "version 2" schema.yml syntax. For a full explanation of the version 2 syntax, check out the [schema.yml Files](/reference/configs-and-properties) section of the documentation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: "Upgrading to 0.12.0"
id: "upgrading-to-0-12-0"
---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

## End of support

Support for the `repositories:` block in `dbt_project.yml` (deprecated in 0.10.0) was removed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: "Upgrading to 0.13.0"
id: "upgrading-to-0-13-0"
---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

## Breaking changes

### on-run-start and on-run-end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: "Upgrading to 0.14.0"
id: "upgrading-to-0-14-0"
---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

This guide outlines migration instructions for:

1. [Upgrading archives to snapshots](#upgrading-to-snapshot-blocks)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: "Upgrading to 0.14.1"
id: "upgrading-to-0-14-1"
---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

The dbt v0.14.1 release _does not_ contain any breaking code changes for users upgrading from v0.14.0. If you are upgrading from a version less than 0.14.0, consult the [Upgrading to 0.14.0](upgrading-to-0-14-0) migration guide. The following section contains important information for users of the `check` strategy on Snowflake and BigQuery. Action may be required in your database.

## Changes to the Snapshot "check" algorithm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ title: "Upgrading to 0.15.0"
id: "upgrading-to-0-15-0"
---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

The dbt v0.15.0 release contains a handful of breaking code changes for users upgrading from v0.14.0.


## Breaking changes

### Stricter YML compilation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: "Upgrading to 0.16.0"
id: "upgrading-to-0-16-0"
---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

dbt v0.16.0 contains many new features, bug fixes, and improvements. This guide
covers all of the important information to consider when upgrading from an earlier
version of dbt to 0.16.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ id: "upgrading-to-0-17-0"

---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

dbt v0.17.0 makes compilation more consistent, improves performance, and fixes a number of bugs.

## Articles:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: "Upgrading to 0.18.0"

---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

### Resources

- [Changelog](https://github.com/dbt-labs/dbt-core/blob/dev/marian-anderson/CHANGELOG.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: "Upgrading to 0.19.0"

---

import UpgradeMove from '/snippets/_upgrade-move.md';

<UpgradeMove />

### Resources

- [Discourse](https://discourse.getdbt.com/t/1951)
Expand Down
34 changes: 17 additions & 17 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,23 @@ const sidebarSettings = {
"docs/dbt-versions/upgrade-core-in-cloud",
"docs/dbt-versions/product-lifecycles",
"docs/dbt-versions/experimental-features",
{
type: "category",
label: "dbt Core upgrade guides",
link: {
type: "generated-index",
title: "Version upgrade guides",
description:
"Learn what's new in the latest version of dbt Core.",
slug: "/docs/dbt-versions/core-upgrade",
},
items: [
{
type: "autogenerated",
dirName: "docs/dbt-versions/core-upgrade",
},
],
},
{
type: "category",
label: "dbt Cloud Release Notes",
Expand Down Expand Up @@ -1106,23 +1123,6 @@ const sidebarSettings = {
label: "Migration",
items: [
"guides/migration/sl-migration",
{
type: "category",
label: "Versions",
link: {
type: "generated-index",
title: "Version migration guides",
description:
"Learn how to upgrade to the latest version of dbt Core.",
slug: "/guides/migration/versions",
},
items: [
{
type: "autogenerated",
dirName: "guides/migration/versions",
},
],
},
{
type: "category",
label: "Tools",
Expand Down
5 changes: 5 additions & 0 deletions website/snippets/_upgrade-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
:::important Upgrade Guides Are Moving

The location of the dbt Core upgrade guides has changed, and they will soon be removed from `Guides`. The new location is in the `Docs` tab under `Available dbt versions`. You have been redirected to the new URL, so please update any saved links and bookmarks.

:::

0 comments on commit e343573

Please sign in to comment.