Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added global version callout #6710

Merged
merged 7 commits into from
Dec 23, 2024
Merged
2 changes: 2 additions & 0 deletions website/docs/docs/build/unit-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ keywords:
- unit test, unit tests, unit testing, dag
---

<VersionCallout version="1.9" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be 1.8 instead since unit tests are available from 1.8 and higher?

nataliefiann marked this conversation as resolved.
Show resolved Hide resolved

:::note
nataliefiann marked this conversation as resolved.
Show resolved Hide resolved

Unit testing functionality is available in [dbt Cloud Release Tracks](/docs/dbt-versions/cloud-release-tracks) or dbt Core v1.8+
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nataliefiann should you remove the line 13 callout in lieu of the component?

nataliefiann marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_value: {"dbt_valid_from": "dbt_valid_from", "dbt_valid_to": "dbt_valid_t
id: "snapshot_meta_column_names"
---

Available in dbt Core v1.9+. Select v1.9 or newer from the version dropdown to view the configs. Try it now in the [dbt Cloud "Latest" release track](/docs/dbt-versions/cloud-release-tracks).
<VersionCallout version="1.9" />
nataliefiann marked this conversation as resolved.
Show resolved Hide resolved

<File name='snapshots/schema.yml'>

Expand Down
Loading