-
Notifications
You must be signed in to change notification settings - Fork 982
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
GA of Compare changes feature #6196
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -5,12 +5,12 @@ sidebar_label: "Advanced CI" | |||
description: "Advanced CI enables developers to compare changes by demonstrating the changes the code produces." | |||
--- | |||
|
|||
# Advanced CI <Lifecycle status="preview" /> | |||
# Advanced CI <Lifecycle status="enterprise"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@reubenmc : should this have an enterprise pill or just compare changes section below?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just call all of Adv CI enterprise. I think we need to do some naming work here between compare changes vs advanced CI. But this is good for now!
@@ -39,7 +39,7 @@ To use, select the **Enable partial parsing between deployment runs** option fro | |||
|
|||
<Lightbox src="/img/docs/deploy/example-account-settings.png" width="85%" title="Example of the Enable partial parsing between deployment runs option" /> | |||
|
|||
## Account access to Advanced CI features <Lifecycle status="beta" /> | |||
## Account access to Advanced CI features <Lifecycle status="enterprise" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@reubenmc : just flagging since i'm not sure if i applied the pill correctly here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -5,12 +5,12 @@ sidebar_label: "Advanced CI" | |||
description: "Advanced CI enables developers to compare changes by demonstrating the changes the code produces." | |||
--- | |||
|
|||
# Advanced CI <Lifecycle status="preview" /> | |||
# Advanced CI <Lifecycle status="enterprise"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just call all of Adv CI enterprise. I think we need to do some naming work here between compare changes vs advanced CI. But this is good for now!
|
||
[Continuous integration workflows](/docs/deploy/continuous-integration) help increase the governance and improve the quality of the data. Additionally for these CI jobs, you can use Advanced CI features, such as [compare changes](#compare-changes), that provide details about the changes between what's currently in your production environment and the pull request's latest commit, giving you observability into how data changes are affected by your code changes. By analyzing the data changes that code changes produce, you can ensure you're always shipping trustworthy data products as you're developing. | ||
|
||
:::tip Preview feature | ||
The compare changes feature is currently available as a [preview](/docs/dbt-versions/product-lifecycles#dbt-cloud) in dbt Cloud. dbt Labs plans to provide additional Advanced CI features in the near future. More info coming soon. | ||
:::tip More features |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops, meant to approve the first time!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hiya @nghi-ly
Thanks for creating this. It was a really good read. I have no recommendations or suggestions - I've approved this for you.
Kind Regards
Natalie
What are you changing in this pull request and why?
Advanced CI / Compare changes feature is moving from Preview to GA status.
Checklist