issues
search
kristijanhusak
/
vim-dadbod-ui
Simple UI for https://github.com/tpope/vim-dadbod
MIT License
1.54k
stars
94
forks
source link
[BUGFIX] enable other BQ regions to get schemas
#234
Closed
tobyjameswright
closed
6 months ago
tobyjameswright
commented
6 months ago
BigQuery defaults to the US region when querying
INFORMATION_SCHEMA.SCHEMATA
tables
If the datasets/tables are not in the US region this query returns nothing and the schema section is empty
Included the db_adapter_bigquery_region in the query so that it will return the correct datasets and tables
INFORMATION_SCHEMA.SCHEMATA
tables