Closed mbhynes closed 12 months ago
Hi @kristijanhusak, I'm wondering if you might review this & consider adding it to the project?
I waited for upstream PR to be merged. I didn't test this since I'm not a BigQuery user, but I assume it works. If there are any issues please open up a separate PR. Thanks!
I'm still not able to list my databases and tables even setting the db_adapter_bigquery_region varaible which is "region-eu" in my case.
I'm missing something?
Summary
vim-dadbod
with https://github.com/tpope/vim-dadbod/pull/125bigquery:://
connectionsNotes for Reviewers
Dependencies for Running / Testing
bq
CLI provided by the google cloud CLI is in the user's$PATH
, configured to authenticate with some google identity credentialsgcloud
CLI (installation instructions) and having a google account. (Users interested in usingvim-dadbod-ui
for running queries against BigQuery will almost surely havegcloud
andbq
installed already)Added variable
g:db_adapter_bigquery_region
, to allow users to parameterize the schema query against theINFORMATION_SCHEMA.TABLES
(the default isregion-us
)Example Screenshot