tirkarthi commented on issue #56219: URL: https://github.com/apache/airflow/issues/56219#issuecomment-3350218262
The tags filtering also uses the list dags endpoint passing the tags through query parameters. It doesn't seem to be using serialized dag model in the endpoint. Can you please add if you are seeing any slow queries in the backend? The total dags, dagruns and the amount of dags passing the filter will be also helpful. https://github.com/apache/airflow/blob/1f976d00fccb5875f0bf5aa07b51af12feb01995/airflow-core/src/airflow/api_fastapi/core_api/routes/public/dags.py#L83 -- 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]
