- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ05-09-2023 10:14 AM
Hi all
I have a need to migrate just notebooks & jobs from one workspace to another. Is there an utility to do so?
- Labels:
-
Databricks Notebooks
-
JOBS
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ05-10-2023 06:27 AM
Sโil nโy a que des Notebooks ร transfรฉrer :
- Best option: put the notebooks in Git and reuse the Git in the new workspace as part of the CI/CD process: https://docs.databricks.com/repos/index.html
- use terraform exporter with -match flag to generate .tf scripts allowing to re-deploy jobs.
You can also rely on https://github.com/databrickslabs/migrate, but this option does not invest in your CI/CD setup, so should be considered if a one-time migration is required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ05-10-2023 06:27 AM
Sโil nโy a que des Notebooks ร transfรฉrer :
- Best option: put the notebooks in Git and reuse the Git in the new workspace as part of the CI/CD process: https://docs.databricks.com/repos/index.html
- use terraform exporter with -match flag to generate .tf scripts allowing to re-deploy jobs.
You can also rely on https://github.com/databrickslabs/migrate, but this option does not invest in your CI/CD setup, so should be considered if a one-time migration is required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ05-27-2023 02:29 PM
thank you for the reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ05-12-2023 10:41 AM
@NOOR BASHA SHAIKโ you can also try databricks connect in addition to @Artem Sheikoโ information that was provided .

