kristijanhusak / vim-dadbod-ui

Simple UI for https://github.com/tpope/vim-dadbod
MIT License
1.54k stars 94 forks source link

fix(bigquery): Increase the number of schemas / tables fetched to 100000 #271

Closed LuisCebrian closed 2 months ago

LuisCebrian commented 2 months ago

The number of tables / schemas fetched from the BigQuery adapter is limited to 100 by default, which caused my database to randomly skip some tables / schemas when syncing.

With this change I Increase this number to a big enough number so that all tables / schemas are included.