Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 01:01 AM
I have faced similar problem while developing CI/CD using DABs for ML Jobs. There is no straight forward documentation listing all the options for DABs(As far as I know). As a workaround you can look at the REST API documentation which has all the options which are available for creating a job. Similar options are available in DABs as well.
https://docs.databricks.com/api/workspace/jobs/create
Pratik Jain