astahlman commented on a change in pull request #4642: [AIRFLOW-2694] Declare
permissions in DAG definition
URL: https://github.com/apache/airflow/pull/4642#discussion_r254026608
##########
File path: airflow/www/security.py
##########
@@ -451,19 +452,90 @@ def sync_roles(self):
self.update_admin_perm_view()
self.clean_perms()
- def sync_perm_for_dag(self, dag_id):
+ def sync_perm_for_dag(self, dag_id, access_control):
Review comment:
Sure, updated.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services