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

update keep on latest version beta #5025

Merged
merged 4 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions website/docs/docs/build/unit-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ id: "unit-tests"
keywords:
- unit test, unit tests, unit testing, dag
---
:::note closed beta
:::note beta

Support for unit testing dbt models is available to dbt Cloud customers who have chosen to [Keep on latest version](/docs/dbt-versions/upgrade-dbt-version-in-cloud#keep-on-latest-version). This is currently in closed beta, starting with select customers and rolling out to wider availability through February and March.
Support for unit testing dbt models is available to dbt Cloud customers who have chosen to ["Keep on latest version"](/docs/dbt-versions/upgrade-dbt-version-in-cloud#keep-on-latest-version). This feature is currently available in beta, and supports all dbt-Labs-maintained adapters, with more adapter availability rolling out through March.
Copy link
Contributor

Choose a reason for hiding this comment

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

"Rolling out through March" Will new adapter availability be trickling out or do we plan to release on a single day? The docs waver between "through March" "full availability by end of march" and "widely available by end of march" and if we're tying all of these features together, it might benefit us and our customers to use consistent language across these notices to avoid confusion.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These will be released adapter-by-adapter cc: @jtcohen6


For dbt Core, unit tests will be available in v1.8, planned for late April 2024. The v1.8.0-b1 release of `dbt-core` & dbt Labs-maintained adapters is planned for February 28.
For dbt Core, unit tests will be available in v1.8, planned for spring 2024. The v1.8.0-b1 release of `dbt-core` & dbt Labs-maintained adapters is available as of February 29.

:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dbt Labs plans to release dbt Core v1.8.0-b1 and dbt Labs-maintained adapters on

With dbt Cloud, you can get early access to many new features and functionality before it's in the Generally Available (GA) release of dbt Core v1.8 without the need to manage version upgrades. For more details, refer to [Upgrade Core version in Cloud](/docs/dbt-versions/upgrade-dbt-version-in-cloud).

The **Keep on latest version** setting is currently available in closed beta for select dbt Cloud customers and will have wider availability in March of 2024.
The **Keep on latest version** setting is currently available in beta for most dbt Cloud customers, with full availability by end of March 2024.
graciegoheen marked this conversation as resolved.
Show resolved Hide resolved

## New and changed features and functionality

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ By choosing to **Keep on latest version**, you always get the latest fixes and e

You can upgrade to **Keep on latest version** no matter which version of dbt you currently have selected. As a best practice, dbt Labs recommends that you test the upgrade in development first; use the [Override dbt version](#override-dbt-version) setting to test _your_ project on the latest dbt version before upgrading your deployment environments and the default development environment for all your colleagues.

:::tip Interested? Let us know!
:::tip Interested?

This feature is available in beta for select customers, rolling out to wider availability through February and March. If you're interested in early access, please contact your account team to join!
This feature is currently available in beta for all dbt-Labs-maintained adapters; rolling out to wider availability in March.
graciegoheen marked this conversation as resolved.
Show resolved Hide resolved

:::

Expand Down
Loading