Azure Databricks · Arazzo Workflow
Azure Databricks Create a Directory and Import a Notebook
Version 1.0.0
Make a workspace directory, import a notebook into it, then verify it.
View Spec
View on GitHub
AnalyticsApache SparkBig DataData EngineeringMachine LearningArazzoWorkflows
Provider
Workflows
create-directory-and-import-notebook
Create a workspace directory, import a notebook, and list to verify.
Calls createWorkspaceDirectory, importWorkspaceObject, then listWorkspaceObjects to confirm the notebook landed.
1
createDirectory
createWorkspaceDirectory
Create the workspace directory and all necessary parent directories recursively.
2
importNotebook
importWorkspaceObject
Import the base64-encoded notebook content into a path under the new directory, overwriting any existing object.
3
listDirectory
listWorkspaceObjects
List the directory contents to confirm the imported notebook is present.