Before Proceeding, please acknowledge:
Describe the bug
Updated to the most recent version of Harlequin yesterday, v2.3.0 and then v2.4.0. Even after updating all my drivers, the data catalog no longer displays anything. It will show files but no schema.
All drivers were working previously in v2.1.2
I've tried it with the following drivers:
postgres (v1.2.2 and v1.3.0)
bigquery (v1.0.3) (would work for small BQ datasets without the issue mentioned in harlequin-bigquery #13, but now this issue rears its ugly head every time 😢 )
sqlite
To Reproduce
Steps to reproduce the behavior.
- Start harlequin v2.4.0 with any of the mentioned drivers:
bigquery, sqlite, postgres
Expected behavior
I was expecting to see data in the Data Catalog
Actual behavior
The data catalog is completely empty for all drivers mentioned (didn't have DBs to test on others readily available):


(Ignore the dtools thing, that's just a wrapper CLI I make for all my useful commands. This one just spins up a container and runs this exact command: harlequin -a postgres "postgres://postgres:password@localhost:5432/postgres" -f .)
Contributing
Are you interested in contributing a fix?
Additional context
- Shell: bash
- Terminal: Wezterm
- OS of the shell: Ubuntu 24.04
- Default locale / language for your OS/Terminal/Shell: en_US/UTF-8
How did you install Harlequin?
Before Proceeding, please acknowledge:
Describe the bug
Updated to the most recent version of Harlequin yesterday, v2.3.0 and then v2.4.0. Even after updating all my drivers, the data catalog no longer displays anything. It will show files but no schema.
All drivers were working previously in v2.1.2
I've tried it with the following drivers:
postgres(v1.2.2 and v1.3.0)bigquery(v1.0.3) (would work for small BQ datasets without the issue mentioned in harlequin-bigquery #13, but now this issue rears its ugly head every time 😢 )sqliteTo Reproduce
Steps to reproduce the behavior.
bigquery,sqlite,postgresExpected behavior
I was expecting to see data in the Data Catalog
Actual behavior

The data catalog is completely empty for all drivers mentioned (didn't have DBs to test on others readily available):
(Ignore the
dtoolsthing, that's just a wrapper CLI I make for all my useful commands. This one just spins up a container and runs this exact command:harlequin -a postgres "postgres://postgres:password@localhost:5432/postgres" -f .)Contributing
Are you interested in contributing a fix?
Additional context
How did you install Harlequin?