BigQuery Part 4 - Verifying the data is present in BigQuery
This part will walk you through defining the cloud trigger in the deviceWISE Cloud to send (or publish) the data to BigQuery.
Verify the data is present in BigQuery
- In your web browser, view the BigQuery page, and
refresh the data set to set the power table
schema.
- Use the BigQuery Query Table function to select
data from our power table.
- In the New Query field, enter a query statement,
such as:SELECT
SELECT * from [demo_data.power] LIMIT 1000
- The query will display the data that has been
published to the BigQuery table
You are ready for Part 5 - Accessing our public datasets
Continue with BigQuery Part 5 - Accessing our public datasets.