Michael van Bracht
Michael van Bracht
Could it be something like this: https://github.com/solute/redash/commit/1a3e13084e7b26c9c0b0e49730b115b5c66332a2 I stumble upon this while fumbling around with parameterized queries (before I read in the docs scheduled parameterized queries are not supported right...
Also, the old brotlipy module clashes with https://pypi.org/project/Brotli/ from https://github.com/google/brotli and even though I know such clashes are hard to prevent, not relying on very outdated packages would make this...
Without any further information, I'd assume this is from the `queries.yaml` `pg_stat_statements` section, which still uses the "old" column names that were valid up to PostgreSQL 12. From PostgreSQL 13...
Also it would be awesome if this played nicely with `SPLIT_ARGUMENTS_WHEN_COMMA_TERMINATED`. When I add elements to an unsplit line, I'd like the trailing comma to be recognized by it. Input:...