Databricks · Arazzo Workflow
Databricks Create Job and Trigger First Run
Version 1.0.0
Create a new job from settings, then immediately trigger its first run.
View Spec
View on GitHub
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows
Provider
Workflows
create-and-run-job
Create a job and trigger its first run.
Creates a job with the given name and task list, then immediately submits a run-now request for the newly created job.
1
createJob
createJob
Create the job from the supplied name and tasks. Returns the canonical job_id used to trigger the run.
2
triggerFirstRun
runJobNow
Trigger the first run of the newly created job, optionally passing notebook parameters. Returns the run_id of the triggered run.