databricks-cli icon indicating copy to clipboard operation
databricks-cli copied to clipboard

Add support for access_control_list parameter in JobService create_job

Open poscar opened this issue 3 years ago • 1 comments

Currently, the access_control_list parameter is supported by the API. The create_job method does not support it. It'll be useful to add support for this parameter so that we can set ACL at job creation time.

poscar avatar Jul 27 '22 15:07 poscar

Yes, we would like for this to work as well! 🙏

We have a CI/CD workflow to create & update jobs, but right now the ACL has to be set by hand.

mroy-seedbox avatar Jul 27 '22 20:07 mroy-seedbox

Upvoting this issue, as I'm facing the same trouble to create Job clusters already with ACL applied.

dutrevis avatar Aug 16 '22 20:08 dutrevis

Thanks for reporting this. I posted a PR with the fix and it should be merged shortly.

pietern avatar Aug 18 '22 13:08 pietern