Dbt Cloud - Job run event trigger (real-time)

The Job run event trigger starts a recipe when a Dbt Cloud job run starts, completes, succeeds, errors, or is cancelled. This trigger uses Dbt Cloud's native webhook system to deliver events in real-time rather than polling for updates.

Input

Input fieldDescription
Event filterChoose the job event type to subscribe to. Options include Job run started, Job run completed, Job run succeeded, Job run errored, and Job run cancelled.

Output

Output fieldDescription
EventType of the job run event, such as job.run.completed.
IDUnique identifier for the job run.
Job IDIdentifier of the job.
Account IDIdentifier of the Dbt Cloud account.
Project IDIdentifier of the Dbt Cloud project.
Environment IDIdentifier of the environment in which the job ran.
StatusStatus code of the job run.
Status humanizedHuman-readable description of the job run status.
Started atTimestamp for when the job run started.
Finished atTimestamp for when the job run finished.

Last updated: