databricks-cli
databricks-cli copied to clipboard
Add support for access_control_list parameter in JobService create_job
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.
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.
Upvoting this issue, as I'm facing the same trouble to create Job clusters already with ACL applied.
Thanks for reporting this. I posted a PR with the fix and it should be merged shortly.