Databricks · Arazzo Workflow
Databricks Stage Notebook Then Create and Run a Job
Version 1.0.0
Import a notebook, create a job that runs it, then trigger the first run.
View Spec
View on GitHub
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows
Provider
Workflows
stage-notebook-and-create-job
Import a notebook, wire a job to it, and run it.
Imports the notebook to the target path, creates a job whose notebook task references that path on an existing cluster, then triggers the first run.
1
importNotebook
importWorkspaceObject
Import the base64-encoded notebook into the target path, overwriting any existing object.
2
createJob
createJob
Create a job whose notebook task runs the freshly imported notebook on the supplied existing cluster.
3
triggerFirstRun
runJobNow
Trigger the first run of the newly created job and capture the run_id.