Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2022 02:42 AM
To be honest, I'm not sure I entirely understand the question. I'm assuming you're asking how to programmatically duplicate a Databricks job. To do this you have a couple of options. One is to use the REST API to get the existing job and then create a new one. The other option is to use the Databricks command-line client to do the same.