vincbeck commented on PR #55274: URL: https://github.com/apache/airflow/pull/55274#issuecomment-3307127697
> I think these query patterns are used by the standard library, so we can't remove them [here](https://github.com/apache/airflow/blob/eb4a8bc03c92d84e8238dcd76becb267ec8c3dd5/providers/fab/src/airflow/providers/fab/www/utils.py#L164) , [here](https://github.com/apache/airflow/blob/eb4a8bc03c92d84e8238dcd76becb267ec8c3dd5/providers/fab/src/airflow/providers/fab/www/utils.py#L160) and many more > > @vincbeck ,Happy to adjust if you have other ideas. These have existed for a while so we definitely need them (I double checked and we use them). We are currently in the process of upgrading Flask-appbuilder to 5 in #50960. If you look at the PR, we no longer need `CustomSQLAInterface` that is the only class that uses all these filters so we will most likely able to remove these filters after migration. -- 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]
