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.
You can get this via Get Job API. Check following in the task's
new_clusteror in thejob_clustersfollowing setting -data_security_modeit should be either:SINGLE_USERtogether with user ID in thesingle_user_nameattribute for UC assigned clusters.USER_ISOLATION- for shared UC clusters.