goccy / bigquery-emulator

BigQuery emulator server implemented in Go
MIT License
814 stars 108 forks source link

How to connect bigquery-emulator via DataGrip? #176

Closed Liu-Chunhui closed 1 year ago

Liu-Chunhui commented 1 year ago

Hi team, i would like to know that if i am able to use DataGrip to connect bigquery-emulator? When answer is yes, could you please show more details how to setup the connection?

thanks

goccy commented 1 year ago

I think it will work if you connect it to the emulator you have set up by looking at this page. https://www.jetbrains.com/help/datagrip/connect-to-bigquery.html

But, Basically we do not plan to provide special support for DataGrip.

Liu-Chunhui commented 1 year ago

Thanks for replying @goccy

i dont have problem to connect GCP BigQuery via DataGrip. I am more interesting to know if i can connect BigQuery emulator via DataGrip.

is there any tools that you recommend as alternative option?

samcarton commented 8 months ago

@Liu-Chunhui did you manage to connect to the emulator with datagrip?