https://github.com/evidence-dev/sqltools-bigquery-driver
Query and Explore BigQuery from VSCode
https://github.com/evidence-dev/sqltools-bigquery-driver
bigquery sql sqltools sqltools-driver vscode-extension
Last synced: about 1 month ago
JSON representation
Query and Explore BigQuery from VSCode
- Host: GitHub
- URL: https://github.com/evidence-dev/sqltools-bigquery-driver
- Owner: evidence-dev
- License: mit
- Created: 2023-06-15T01:12:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T11:02:34.000Z (8 months ago)
- Last Synced: 2024-09-18T11:59:55.938Z (8 months ago)
- Topics: bigquery, sql, sqltools, sqltools-driver, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=Evidence.sqltools-bigquery-driver
- Size: 16.3 MB
- Stars: 36
- Watchers: 3
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)

#
SQLTools for BigQuery
## Query and explore BigQuery from VSCode
A VSCode extension that extends [SQLTools](https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools), with a driver for Google BigQuery.
This driver is maintained by [Evidence](https://evidence.dev): an open-source BI tool to generate reports with SQL and Markdown.

## Features
- Run queries on BiqQuery
- Explore datasets, tables and columns in the sidebar
- View table results by selecting them in the sidebar
- View stored procedures and functions in the sidebar
- Completion of common keywords (e.g. SELECT, FROM, WHERE)### Running a query

### Exploring datasets, tables and columns

### Not Implemented
- Auto Completion tables and columns with Intellisense
## Connection Methods
Supports the following connection methods:
- Service Account
- GCloud CLI
- OAuth Access TokenFor more details on the above connection methods see [connection guides](https://docs.evidence.dev/core-concepts/data-sources/#bigquery).
## ToDo
- Add BigQuery-specific keywords
- IntelliSense for table and column completion## Contributing
Contributions are welcome. If you need help getting started, feel free to reach out on [Slack](https://slack.evidence.dev) in the #sqltools channel### Maintained by [
](https://www.evidence.dev)