pierrejeambrun commented on code in PR #54926: URL: https://github.com/apache/airflow/pull/54926#discussion_r2314283228
########## airflow-core/src/airflow/security/permissions.py: ########## @@ -41,7 +41,6 @@ RESOURCE_DAG_DEPENDENCIES = "DAG Dependencies" RESOURCE_DAG_PREFIX = "DAG:" RESOURCE_DAG_RUN = "DAG Runs" -RESOURCE_DAG_RUN_PREFIX = "DAG Run:" Review Comment: It could break current permission of some users relying on the `DAG Run: ...` construct? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org