Cross-Provider Workflow
Databricks Job Run to Slack Notification
Version 1.0.0
Trigger a Databricks job run, then post a notification to a Slack channel.
Providers Orchestrated
Workflows
databricks-run-to-slack
Run a Databricks job, then notify a Slack channel.
Triggers a Databricks job run and posts a Slack message containing the run id so the team is notified the pipeline has started.
1
run-job
$sourceDescriptions.databricksApi.runJobNow
Trigger the Databricks job run.
2
notify-slack
$sourceDescriptions.slackApi.chatPostMessage
Post a notification to the Slack channel with the run id.
Source API Descriptions
openapi