jhtimmins commented on a change in pull request #11189:
URL: https://github.com/apache/airflow/pull/11189#discussion_r503409166
##########
File path: airflow/models/dag.py
##########
@@ -176,7 +176,7 @@ class DAG(BaseDag, LoggingMixin):
that it is executed when the dag succeeds.
:type on_success_callback: callable
:param access_control: Specify optional DAG-level permissions, e.g.,
- "{'role1': {'can_dag_read'}, 'role2': {'can_dag_read',
'can_dag_edit'}}"
+ "{'role1': {'can_read'}, 'role2': {'can_read', 'can_edit'}}"
Review comment:
Oh boy I did not realize this was a use case
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]