- 3415 Views
- 3 replies
- 0 kudos
How do engineering teams out there version control their jobs? If there is a production issue, can I revert to an older version of the job?
- 3415 Views
- 3 replies
- 0 kudos
Latest Reply
You can use version controlled source code for you databricks job and each time you need to rollback to older version of your job you need just to move to older version code. For version controlled source code you have multiple choises:- Use a noteb...
2 More Replies
by
aladda
• Databricks Employee
- 1014 Views
- 1 replies
- 0 kudos
I see the revision_timestamp paramater on NotebookTask https://docs.databricks.com/dev-tools/api/latest/jobs.html#jobsnotebooktask. An example of how to invoke it would be helpful
- 1014 Views
- 1 replies
- 0 kudos
Latest Reply
You can use the databricks built in version control feature, coupled with the NotebookTask Jobs API to specify a specific version of the notebook based on the timestamp of the save defined in unix timestamp formatcurl -n -X POST -H 'Content-Type: app...