You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/22 09:05:40 UTC

[GitHub] [airflow] XD-DENG commented on issue #14374: Search in "DAG Runs" crashed with "Conf" filter

XD-DENG commented on issue #14374:
URL: https://github.com/apache/airflow/issues/14374#issuecomment-803893158


   Thanks @kaojunsong for reporting the issue. 
   
   - I can reproduce the issue you reported when I use PostgresSQL as backend (Postgres 13.1).
   - I also tried SQLite (SequentialExecutor): the crash doesn't happen anymore, but actually the filtering is not working.
   
   This issue should be relating to the column type (in Postgres it's `bytea`, in SQLite it's `BLOB`).
   
   I'm not sure if we can fix this in a straightforward way, especially given this filtering feature is "out-of-box" from the underlying framework we use, Flask-AppBuilder. Will try to take a look when I have time, any idea from you is also welcome.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org