Skip to main content

New: Trigger on job completion teamenterprise

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 with the Run when another job finishes option in the Triggers section of your job or with the Create Job API endpoint.

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:

Example of Triggers on the Deploy Job pageExample of Triggers on the Deploy Job page
0