Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove 'conf' from search_columns in DagRun View (#15099)
i.e. to not support filtering by 'conf' column in DagRun View. This cannot be supported because FAB uses ILIKE under the hood, which is not supported by 'bytea' type in Postgres or 'BLOB' in SQLite. Closes issue #14374
- Loading branch information