Databricks
Workspace Commands
Interact with Databricks workspace objects including notebooks, folders, and libraries. Import, export, and organize your data engineering and ML assets.
6 commands
Pro Tips
Use 'databricks workspace export-dir' to backup entire directory trees for disaster recovery.
Export notebooks as SOURCE format to maintain version control compatibility with Git.
Use workspace ACLs to control access to sensitive notebooks and folders.
Common Mistakes
Workspace import with overwrite flag replaces existing content without backup. Export first.
Notebook execution results and state are not preserved during export - only source code.