GoogleCloudPlatform / node-red-contrib-google-cloud

Node-RED nodes for Google Cloud Platform
Apache License 2.0
90 stars 57 forks source link

TypeError: BigQuery is not a constructor #129

Open AVIENG opened 7 months ago

AVIENG commented 7 months ago

Hello everyone, I hope my question is placed well:

I struggle trying to use google-cloud-bigquery from node-red-contrib-google-cloud. After setting up the Bigquery node I get the following error message: " TypeError: BigQuery is not a constructor"

Nodered is running on a Raspberry PI, started by systemctl daemon. I have added Environment="GOOGLE_CLOUD_PROJECT=supxxx-cubxxx-000000" to /lib/systemd/system/nodered.service.

Can you point me in the right direction, what might be the issue here?

Thank you so much, you contribution is highly appreciated!

TypeError
NikhilPal2468 commented 5 months ago

Hi @AVIENG , could you solve this issue? I am also having same problem

AVIENG commented 5 months ago

Hi @NikhilPal2468 I could not resolve the problem. My way of working now is to use a python function node. The python script is literally doing the same and is working well.

NikhilPal2468 commented 5 months ago

Hey @kolban-google , could you please guide us where is the issue and how can it be fixed?

NikhilPal2468 commented 5 months ago

Hi @NikhilPal2468 I could not resolve the problem. My way of working now is to use a python function node. The python script is literally doing the same and is working well.

Thanks @AVIENG for the reply

VINISHVV commented 3 months ago

@NikhilPal2468 - Can you help to resolve the issue ?.