jpyen opened a new pull request #16318:
URL: https://github.com/apache/airflow/pull/16318


   related: #16228
   
   `/api/v1/dags` should yield the same output as the Web UI and CLI, namely:
   - show all dags
   - that the user has access to
   - which are present as DAG (can be scheduled, source file available)
   
   The current implementation does only list DAGs that the user has access to, 
but fails to get the true DAG bag list. Which means the API endpoint is showing 
many more, deleted DAGs, that the UI and Web CLI do not.
   
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to