In the public API, we should have a get /dag/tags endpoint that return a list of all tags across all DAGs. We can then use this in the UI to filter the dags list by tag #42712
Views.py code to migrate: https://github.com/apache/airflow//blob/main/airflow/www/views.py#L1035
In the public API, we should have a get
/dag/tagsendpoint that return a list of all tags across all DAGs. We can then use this in the UI to filter the dags list by tag #42712Views.py code to migrate: https://github.com/apache/airflow//blob/main/airflow/www/views.py#L1035