josix commented on issue #42720: URL: https://github.com/apache/airflow/issues/42720#issuecomment-2590757216
I discovered that the SQL is dynamically generated based on filters provided by FAB (e.g., [FilterContains](https://github.com/dpgaspar/Flask-AppBuilder/blob/master/flask_appbuilder/models/sqla/filters.py#L119)). Therefore, I think we need to create a custom filter converter for `xcom.value` using the `conversion_table` in `AirflowFilterConverter`, similar to what we did in `CustomSQLAInterface`, to ensure the filter query works correctly for the input value. -- 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]
