Multiple Notebooks Migration from one workspace to another without using Git.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 06:38 AM
Hi all!
I need to migrate multiple notebooks from one workspace to another. Is there any way to do it without using Git?
Since Manual Import and Export is difficult to do for multiple notebooks and folders, need an alternate solution.
Please reply as soon as possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 10:31 PM
@HaripriyaP
You can use databricks CLI to export and import notebooks from one workspace to another.
CLI Documentation here:
https://github.com/databricks/cli/blob/main/docs/commands.md#databricks-workspace-export---export-a-...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
@daniel_sahal this link says page not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Hello @HaripriyaP , @rabia_farooq
check for the databricks cli documentation here - https://docs.databricks.com/aws/en/dev-tools/cli/commands
You can work with databricks workflow <command_such_as_export> and move the notebooks/code files around.
Cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Thank you @RiyazAli. I will check on it.

