Databricks · Arazzo Workflow
Databricks Create Directory and Import Notebook
Version 1.0.0
Create a workspace directory, import a notebook into it, then verify status.
View Spec
View on GitHub
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows
Provider
Workflows
import-notebook-and-verify
Create a directory, import a notebook, and verify it exists.
Creates the parent directory, imports the notebook content into the target path, then reads the object status to confirm the import succeeded.
1
createDirectory
createWorkspaceDirectory
Create the target directory and any necessary parent directories before importing.
2
importNotebook
importWorkspaceObject
Import the base64-encoded notebook into the target path in SOURCE format, overwriting any existing object.
3
verifyStatus
getWorkspaceObjectStatus
Read the object status to confirm the imported notebook exists at the target path.