How to check programmatically job cluster is unity catalog enabled or not in databricks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2023 12:17 AM
Is there any way to check job cluster is unity catalog enabled or not in databricks using python.
I tried with jobs api https://{host_name}/api/2.0/jobs/get?job_id={job_id}, but I didn't that cluster is unity catalog enabled or not.
Could anyone suggest how to get that programmatically, it would be great help.