jroachgolf84 opened a new pull request, #64538: URL: https://github.com/apache/airflow/pull/64538
## Description The `access_control_list` parameter was available in certain Databricks Operators, like `DatabricksCreateJobsOperator`, and `DatabricksSubmitRunOperator`. However, it was not available in the `DatabricksWorkflowTaskGroup`. `DatabricksWorkflowTaskGroup` already had a framework for passing in addition parameters (like `job_clusters`, `max_current_runs`, etc.). This framework was leveraged to also pass the `access_control_list` parameter to `DatabricksWorkflowTaskGroup`. ## Testing To reproduce the tests ran for this PR, use the commands below: ```bash # Just the new test breeze testing providers-tests providers/databricks/tests/unit/databricks/operators/test_databricks_workflow.py::test_create_workflow_json_access_control_list # All tests breeze testing providers-tests --test-type "Providers[databricks]" ``` * closes: #64527 ##### Was generative AI tooling used to co-author this PR? - [X] No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
