Databricks job api validation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2023 12:09 PM
Hey everyone,
I am creating databricks Jobs using ADO pipelines. I am creating the json content using python and in thr release pipeline i call databricks cli create command with the json.
What I would like to do is that in my CI pipeline, I need to validate if the generated json content is valid or not. I cannot know if the json is correct or not until I really create the job. Is there cli command or rest api to validate the job json? Smth like "databricks validate ***.json"