kaxil commented on code in PR #41390:
URL: https://github.com/apache/airflow/pull/41390#discussion_r1713082551


##########
airflow/providers/fab/auth_manager/security_manager/override.py:
##########
@@ -1073,15 +1073,15 @@ def create_dag_specific_permissions(self) -> None:
         dags = dagbag.dags.values()
 
         for dag in dags:
-            root_dag_id = dag.parent_dag.dag_id if dag.parent_dag else 
dag.dag_id

Review Comment:
   We might need to keep this since this is in FAB provider



-- 
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]

Reply via email to