quarylabs / quary

Open-source BI for engineers
https://www.quary.dev
Apache License 2.0
2.15k stars 48 forks source link

[BigQuery] Call out to the CLI instead of the API in non-web VSCode interfaces #286

Open louisjoecodes opened 3 months ago

louisjoecodes commented 3 months ago

Note: In BigQuery (CLI) we just iterate over the datasets in the configured project id, in theory we could introspect across all of the projects in the customer's BigQuery account. I wasn't sure whether this was a safe default

louisjoecodes commented 3 months ago

Version 0.2.0 deployed resolving part of the issue: https://github.com/quarylabs/quary/pull/295

louisjoecodes commented 3 months ago

TODO: