Cross-Provider Workflow
Databricks Job Run to Airtable Status Log
Version 1.0.0
Trigger a Databricks job, fetch its run details, then log the status in Airtable.
Providers Orchestrated
Workflows
databricks-run-to-airtable-log
Run a Databricks job, fetch run details, then log status in Airtable.
Triggers a Databricks job run, gets the run's details, and creates an Airtable record capturing the run status.
1
run-job
$sourceDescriptions.databricksApi.runJobNow
Trigger the Databricks job run.
2
get-run
$sourceDescriptions.databricksApi.getJobRun
Fetch the details of the Databricks job run.
3
log-status
$sourceDescriptions.airtableApi.createRecords
Record the run status as a row in the Airtable tracking table.
Source API Descriptions
openapi