PeteStern
Databricks Employee
Databricks Employee

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.