Skip to content

Commit

Permalink
Update advanced-ci.md (#6311)
Browse files Browse the repository at this point in the history
added instructions on how to turn on advanced CI

## What are you changing in this pull request and why?
<!--
Adding in link to instructions for how to turn on advanced CI
-->

<!-- vercel-deployment-preview -->
---
🚀 Deployment available! Here are the direct links to the updated files:


-
https://docs-getdbt-com-git-belasobral93-patch-2-dbt-labs.vercel.app/docs/deploy/advanced-ci

<!-- end-vercel-deployment-preview -->

---------

Co-authored-by: Leona B. Campbell <[email protected]>
  • Loading branch information
belasobral93 and runleonarun authored Oct 17, 2024
1 parent 7266313 commit 0604cd5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website/docs/docs/deploy/advanced-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ description: "Advanced CI enables developers to compare changes by demonstrating

# Advanced CI <Lifecycle status="enterprise"/>

[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.
[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.

:::info How to enable this feature

You can opt into Advanced CI in dbt Cloud. Please refer to [Account access to Advance CI features](/docs/cloud/account-settings#account-access-to-advanced-ci-features) to learn how enable it in your dbt Cloud account.

:::

:::tip More features
dbt Labs plans to provide additional Advanced CI features in the near future. More info coming soon.
Expand Down

0 comments on commit 0604cd5

Please sign in to comment.