GoogleCloudPlatform / node-red-contrib-google-cloud

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

Handle BigQuery exceptions better #95

Open kolban-google opened 3 years ago

kolban-google commented 3 years ago

When a Big Query node fails ... it fails silently from the perspective of the developer. We need to capture the error and write to the debug log so that the developer can address.

aMacDawg commented 3 years ago

👍 agreed on this. Failing with an error alerting me that the projectId was incorrect would have been extremely helpful and probably saved a day's worth of development.

happy to discuss more if helpful!