Skip to content

Commit

Permalink
Update website/docs/docs/dbt-versions/release-notes/04-Sept-2023/ci-u…
Browse files Browse the repository at this point in the history
…pdates-phase2-rn.md
  • Loading branch information
nghi-ly authored Sep 11, 2023
1 parent ee909e2 commit 94dbb32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ With two types of jobs, instead of one generic type, we can better guide you thr

<Lightbox src="/img/docs/release-notes/ci-job-setup.gif" title="Example of setting up a CI job"/>

And, we now have more efficient state comparisons on CI checks: never waste a build or test on code that hasn’t been changed. We now diff between the Git PR code and what’s running in production more efficiently, with the introduction of deferral to an environment versus a job. To learn more, refer to [Continuous integration in dbt Cloud](/docs/deploy/continuous-integration) and [Get started with continuous integration tests](/guides/orchestration/set-up-ci/overview).
And, we now have more efficient state comparisons on CI checks: never waste a build or test on code that hasn’t been changed. We now diff between the Git PR code and what’s running in production more efficiently with the introduction of deferral to an environment versus a job. To learn more, refer to [Continuous integration in dbt Cloud](/docs/deploy/continuous-integration) and [Get started with continuous integration tests](/guides/orchestration/set-up-ci/overview).

Below is a comparison table that describes how deploy jobs and CI jobs behave differently:

Expand Down

0 comments on commit 94dbb32

Please sign in to comment.