uranusjr commented on code in PR #23317:
URL: https://github.com/apache/airflow/pull/23317#discussion_r895443690


##########
airflow/security/permissions.py:
##########
@@ -32,6 +32,7 @@
 RESOURCE_DAG_CODE = "DAG Code"
 RESOURCE_DAG_RUN = "DAG Runs"
 RESOURCE_IMPORT_ERROR = "ImportError"
+RESOURCE_DAG_WARNING = "DagWarning"

Review Comment:
   This should be sorted alphabetically. `DAG Warnings` is probably better? (I 
plan to rename ImportError to DAG Errors after this)



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