Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2022 02:57 AM
- please don't specify job_id in url curl --netrc --request POST \ https://databricksinstance/api/2.0/jobs/update
job_id=1\ --data @resetjob.json \ | jq . - in update there is "new_settings" not "settings"
- please consider using version 2.1 instead of 2.0
- please consider adding JSON header -H "Content-Type: application/json"
My blog: https://databrickster.medium.com/