imrichardwu commented on code in PR #67586: URL: https://github.com/apache/airflow/pull/67586#discussion_r3349239764
########## providers/fab/src/airflow/providers/fab/www/security/permissions.py: ########## @@ -35,6 +35,7 @@ RESOURCE_DAG_WARNING = "DAG Warnings" RESOURCE_CLUSTER_ACTIVITY = "Cluster Activity" RESOURCE_ASSET = "Assets" +RESOURCE_DEADLINE = "Deadlines" Review Comment: I initially followed the AIRFLOW_V_3_1_PLUS pattern, but I just realized that it isn't needed based on your second comment. Thanks for letting me know. -- 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]
