sqltools-bigquery-driver icon indicating copy to clipboard operation
sqltools-bigquery-driver copied to clipboard

BigQuery Driver for SQLTools. Query and Explore your BigQuery database from VSCode

Results 12 sqltools-bigquery-driver issues
Sort by recently updated
recently updated
newest added

[Dry run](https://cloud.google.com/bigquery/docs/samples/bigquery-query-dry-run#bigquery_query_dry_run-nodejs) allows you to see how much data will be processed during your query

First of all, I am a big fan of this extension. Thank you for all of the hard work you have put in it :) The bug is: - When...

I have one service account connected to default project, but that service account also have permission to another projects too. It seems like I can only add default project for...

enhancement

I didn't see this in the docs--is there a straightforward way to disable keyword autocomplete? Or only begin after a character for that keyword is typed? Thanks!

For auto-completion of datasets (schemas), tables, columns etc

enhancement

Add list of BQ keywords for autocompletion

enhancement

Description A GCP project with several datasets aren't in alphabetical order. By sorting them alphabetically, it will make locating datasets easier. Acceptance Criteria 1. Datasets are auto sorted after expanding...

```sql select struct(1 as a, 2 as b) as struct_col ``` Current behaviour ``` struct_col --- NULL ```

enhancement

``` SELECT 9223372036854775807 AS max_bigint; ``` Expected ``` max_bigint --- 9223372036854775807 ``` Result ``` max_bigint --- 9223372036854776000 ```

bug

Thanks for the great extension! I use https://github.com/goccy/bigquery-emulator for testcontainers-based integration tests and local development, and it would be really nice to be able to use this for troubleshooting. It...