diff --git a/airflow-core/src/airflow/api_fastapi/core_api/routes/ui/dags.py b/airflow-core/src/airflow/api_fastapi/core_api/routes/ui/dags.py index 4ab981ab22331..e1af93e746ebb 100644 --- a/airflow-core/src/airflow/api_fastapi/core_api/routes/ui/dags.py +++ b/airflow-core/src/airflow/api_fastapi/core_api/routes/ui/dags.py @@ -78,7 +78,6 @@ response_model_exclude_none=True, dependencies=[ Depends(requires_access_dag(method="GET")), - Depends(requires_access_dag("GET", DagAccessEntity.RUN)), ], operation_id="get_dags_ui", )