jason810496 commented on issue #44606: URL: https://github.com/apache/airflow/issues/44606#issuecomment-2518993256
Hi @tirkarthi , I think this issue is resolve after https://github.com/apache/airflow/pull/44345 is merged: https://github.com/apache/airflow/blob/main/airflow/api_fastapi/core_api/routes/public/dag_stats.py#L56-L61 After the refactor, we can leverage `FilterParam` and `filter_param_factory` for query parameters with simple logic. By passing `list[str]` to `_type`, we can standardize the format of request query parameters using FastAPI's native features. -- 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]
