DBT Cloud Integration
You can configure Jitsu to trigger dbt Cloud job run on certain events:
Successful run of Source sync task
Sync of Destination in batch mode
Configuration
To enable the integration first you need to configure a special kind of destination with type dbtcloud
:
Then you need to add this destination to post_handle_destinations
collection of Sources and Destinations that need to trigger dbt Cloud job:
Supported Events
dbt
Cloud destination works with following event types only:
SOURCE_SUCCESSFUL_RUN
DESTINATION_BATCH_RUN
all other events are ignored.
Event body example:
Last updated