joshtemple / harlequin-bigquery

A BigQuery adapter for Harlequin, a SQL IDE for the terminal.
MIT License
8 stars 2 forks source link

Omits empty datasets from the data catalog #3

Closed tconbeer closed 9 months ago

tconbeer commented 9 months ago

This may have been an intentional choice, but since you loop over information_schema.tables to build the catalog, any empty datasets will be missing. Consider selecting from information_schema.schemata and left-joining the other tables.