bbovenzi commented on issue #25493: URL: https://github.com/apache/airflow/issues/25493#issuecomment-1211233842
So in the UI you're not able to put in an invalid tag, but a url could be wrong. The webserver should catch an invalid tag and remove it, listing all dags. Around [here](https://github.com/apache/airflow/blob/main/airflow/www/views.py#L824) we should check if the DagTags exists and remove any invalid ones. [Here](https://github.com/apache/airflow/blob/main/airflow/www/views.py#L781) is an example of how to redirect the page. -- 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]
