-
Notifications
You must be signed in to change notification settings - Fork 982
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What are you changing in this pull request and why? Docs for new "trigger on job completion" feature in dbt Cloud. Updated [Deploy job](https://docs.getdbt.com/docs/deploy/deploy-jobs) page : - Added new section **Trigger on job completion** - Updated screenshots, removed old ones - Added info about the new **Triggers** section in the UI Updated [Job scheduler](https://docs.getdbt.com/docs/deploy/job-scheduler#scheduler-queue) page: - Updated section to mention "job completion" Updated [Run visibility](https://docs.getdbt.com/docs/deploy/run-visibility) page: - Added new section **Run details** - Add screenshot New page: - Release note ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [x] For [docs versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#about-versioning), review how to [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content). - [ ] Needs review from product team
- Loading branch information
Showing
10 changed files
with
71 additions
and
31 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
website/docs/docs/dbt-versions/release-notes/72-Feb-2024/job-completion-trigger.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: "New: Trigger on job completion" | ||
description: "February 2024: Native support now available in dbt Cloud for triggering deploy jobs when other deploy jobs finish." | ||
sidebar_label: "New: Trigger on job completion" | ||
sidebar_position: 07 | ||
tags: [Feb-2024] | ||
date: 2024-02-15 | ||
--- | ||
|
||
# New: Trigger on job completion <Lifecycle status="team,enterprise" /> | ||
|
||
Now available for dbt Cloud Team and Enterprise plans is the ability to trigger deploy jobs when other deploy jobs are complete. You can enable this feature [in the UI](/docs/deploy/deploy-jobs) with the **Run when another job finishes** option in the **Triggers** section of your job or with the [Create Job API endpoint](/dbt-cloud/api-v2#/operations/Create%20Job). | ||
|
||
When enabled, your job will run after the specified upstream job completes. You can configure which run status(es) will trigger your job. It can be just on `Success` or on all statuses. If you have dependencies between your dbt projects, this allows you to _natively_ orchestrate your jobs within dbt Cloud — no need to set up a third-party tool. | ||
|
||
An example of the **Triggers** section when creating the job: | ||
|
||
<Lightbox src="/img/docs/dbt-cloud/using-dbt-cloud/example-triggers-section.png" width="90%" title="Example of Triggers on the Deploy Job page"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-57 KB
website/static/img/docs/dbt-cloud/using-dbt-cloud/create-deploy-job.png
Binary file not shown.
Binary file modified
BIN
+30.5 KB
(150%)
website/static/img/docs/dbt-cloud/using-dbt-cloud/deploy-job-adv-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+75.2 KB
website/static/img/docs/dbt-cloud/using-dbt-cloud/example-triggers-section.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.