googlecodelabs / iot-data-pipeline

Apache License 2.0
18 stars 7 forks source link

Data not flowing into BigQuery Table #11

Closed dallastexas92 closed 6 years ago

dallastexas92 commented 6 years ago

I am following this codelab using a 3rd party device (Raspberry Pi 3b+). On step 8 (check that data is flowing) I have confirmed that the cloud function is being triggered by pub/sub (logs are showing), however data isn't flowing into bigquery. Upon querying the table, the table returns no results, thus I'm unable to move forward to building out the dashboard.

Are there any troubleshooting steps to understand why data isn't flowing into BigQuery properly?

Thanks!