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

Lifecycle updates for dbt Cloud #5517

Merged
merged 6 commits into from
May 15, 2024
Merged
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
17 changes: 7 additions & 10 deletions website/docs/docs/dbt-versions/product-lifecycles.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,17 @@ dbt Labs is directly involved with the maintenance of two products:
- dbt Core: The [open-source](https://github.com/dbt-labs/dbt-core) software that’s freely available
- dbt Cloud: The managed [SaaS solution](https://www.getdbt.com/signup) built on top of dbt Core

Any dbt feature will fall into one of the following lifecycle states:

All dbt features fall into a lifecycle category determined by their availablibilty in the following products:

### dbt Cloud

- **Beta:** Beta features may be made available for the purpose of customer testing and evaluation. These might not be feature-complete or fully stable. There might still be some planned additions and modifications to product behaviors while in beta. Breaking changes could occur — although we will do our best to communicate them in advance, we might not always be able to do so. Beta features might not be fully documented, technical support might be limited, and service level objectives (SLOs) might not be provided. Download the [Beta Features Terms and Conditions](/assets/beta-tc.pdf) for more details.

- **Preview (Private or Public):** Preview features are stable and can be considered for production deployments. There may still be some planned additions and modifications to product behaviors before moving to General Availability. We may also introduce new functionality to Preview features that is not backward compatible. Preview features include documentation, technical support, and include service level objectives (SLOs). Features in Preview are generally provided at no extra cost, although they may become paid features in their Generally Available state.

- **Generally Available (GA):** Generally Available features provide stable features that can be considered for production deployments. Service level agreements (SLAs) apply to GA features, and these features include documentation and technical support.

- **Deprecated:** Features in this state are not actively worked on or enhanced by dbt Labs and will continue to function as-is until their removal date.
dbt Cloud features all fall into one of the following categories:

- **Removed:** Removed features no longer have any level of product functionality or platform support.
- **Beta:** Beta features are still in development and are only available to select customers. To join a beta, there might be a signup form, or dbt Labs may contact specific customers about testing. Some can be activated by enabling [experimental features](/docs/dbt-versions/experimental-features) in your environment. Beta features are incomplete and might not be entirely stable; they should be used at the customer’s risk, as breaking changes could occur. Beta features might not be fully documented, technical support is limited, and service level objectives (SLOs) might not be provided. Download the [Beta Features Terms and Conditions](/assets/beta-tc.pdf) for more details.
matthewshaver marked this conversation as resolved.
Show resolved Hide resolved
- **Preview:** Preview features are stable and considered functionally ready for production deployments. Some planned additions and modifications to feature behaviors could occur before they become generally available. New functionality that is not backward compatible could also be introduced. Preview features include documentation, technical support, and service level objectives (SLOs). Features in preview are provided at no extra cost, although they might become paid features when they become generally available.
- **Generally Available (GA):** Generally available features provide stable features introduced to all qualified production environments. Service level agreements (SLAs) apply to GA features, including documentation and technical support. Certain GA feature availability is determined by the dbt version of the environment. To always receive the most recent GA features, ensure your dbt Cloud [environments](/docs/dbt-cloud-environments) are set to ["Keep on latest version"](/docs/dbt-versions/upgrade-dbt-version-in-cloud#keep-on-latest-version).
matthewshaver marked this conversation as resolved.
Show resolved Hide resolved
- **Deprecated:** Features in this state are no longer being developed or enhanced by dbt Labs and will continue to function as-is until their removal date.
Copy link
Contributor

Choose a reason for hiding this comment

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

curious, should we say something about "no technical support / not supported" ?

matthewshaver marked this conversation as resolved.
Show resolved Hide resolved
- **Removed:** Removed features are no longer available on the platform in any capacity.

### dbt Core

Expand Down
Loading