Databricks · Arazzo Workflow
Databricks Clone a Job From an Existing One
Version 1.0.0
Read an existing job's settings and create a new job that reuses them.
View Spec
View on GitHub
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows
Provider
Workflows
clone-job
Clone an existing job into a new one with a new name.
Reads the source job's settings, then creates a new job that reuses the source tasks and job clusters under the supplied new name.
1
getSourceJob
getJob
Read the source job to capture its settings, including the task list and job cluster definitions to reuse.
2
createClone
createJob
Create a new job that reuses the source job's tasks and job clusters under the new name.