Cross-Provider Workflow
dbt Job Run to Databricks Job Run
Version 1.0.0
Trigger a dbt Cloud transformation job, then kick off a downstream Databricks job.
Providers Orchestrated
Workflows
dbt-job-to-databricks-run
Run a dbt job, then trigger a downstream Databricks job.
Triggers a dbt Cloud job run to build the models, then runs a Databricks job to process the transformed output.
1
trigger-dbt
$sourceDescriptions.dbtAdminApi.triggerJobRun
Trigger the dbt Cloud transformation job run.
2
run-databricks
$sourceDescriptions.databricksApi.runJobNow
Trigger the downstream Databricks processing job.
Source API Descriptions
openapi