Azure Databricks · Arazzo Workflow
Azure Databricks Back Up a Notebook by Export and Re-import
Version 1.0.0
Confirm a notebook, export its content, and re-import it to a backup path.
View Spec
View on GitHub
AnalyticsApache SparkBig DataData EngineeringMachine LearningArazzoWorkflows
Provider
Workflows
backup-notebook
Export a notebook and re-import it to a backup path.
Confirms the source via getWorkspaceObjectStatus, exports it with exportWorkspaceObject, then imports the content to a backup path.
1
confirmSource
getWorkspaceObjectStatus
Confirm the source object exists and is a NOTEBOOK before exporting it.
2
exportNotebook
exportWorkspaceObject
Export the source notebook in SOURCE format and capture the base64-encoded content.
3
importBackup
importWorkspaceObject
Import the exported content to the backup path, overwriting any existing backup.