evidence-dev / sqltools-bigquery-driver

BigQuery Driver for SQLTools. Query and Explore your BigQuery database from VSCode
https://marketplace.visualstudio.com/items?itemName=Evidence.sqltools-bigquery-driver
MIT License
34 stars 3 forks source link

BigQuery connections not showing using different project_id #20

Open cecabrera opened 3 months ago

cecabrera commented 3 months ago

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:

image

I have two different projects:

  1. real-estate-analysis
  2. trading

As you may see in the image, I am able to connect to real-estate-analysis Bigquery project using the extension with all available methods: CLI, Service Account and Oauth.

What I have tried so far:

In all of the scenarios above, the connection to real-estate-analysis project work but the trading connection doesn't.

I configured also the projects accordingly in the settings.json file and didn't work.

Desktop (please complete the following information):

When I use Bigquery Runner extension, it works:

image

What should I try? Thank you!

archiewood commented 3 months ago

Hmm possible this is a bug.

To clarify, does the "trading" project work if you just use that alone without real-estate-analysis