- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2023 08:49 AM
Hello,
I have a git repository on Databricks with notebooks that are meant to be shared with other users. The reason these notebooks are in git as opposed to the "shared" workspace already is because they are to be continuously improved and need separate dev and prod environments (dev environment being git, used by technical audiences and prod being in the shared workspace). Is there an easy way to simply clone the repo into the workspace? and ideally keeping the same http?
Thanks,
Marcela
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 03:26 PM
Hello,
Thanks for contacting Databricks Support.
I presume you're looking to transfer files from external repositories to Databricks workspace. I'm afraid currently there is no direct support on it.
You may consider to use REST API which allows for the exporting and importing of notebooks. This could be used in a similar way to the CLI but may offer more flexibility if you're integrating this process into other automation pipelines.
Reference: https://docs.databricks.com/api/workspace/workspace
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 03:26 PM
Hello,
Thanks for contacting Databricks Support.
I presume you're looking to transfer files from external repositories to Databricks workspace. I'm afraid currently there is no direct support on it.
You may consider to use REST API which allows for the exporting and importing of notebooks. This could be used in a similar way to the CLI but may offer more flexibility if you're integrating this process into other automation pipelines.
Reference: https://docs.databricks.com/api/workspace/workspace
Regards,

