- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2023 07:03 AM
Hello, I have to export all my notebooks from DEV to PROD.
My problem is that I can't find a way to export my jobs (not the outputs, the actual notebook schedulation), is it even possible? I have hundreds of jobs to export and have to keep the same parameters, it would be waaaay faster to export and import them instead of doing all of them manually.
Thank you 🤠
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2023 07:11 AM
You can export the complete job configuration in different ways:
- You can use the REST API: https://docs.databricks.com/api/azure/workspace/jobs/get
- You can use the python SDK: https://github.com/databricks/databricks-sdk-py
- You can use Terraform:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2025 03:33 AM
Is this feature coming to databricks CLI? I see jobs list but not a command to export.