Streaming data in BigQuery

After streaming data to BigQuery, new data is only available for a few moments in the table, since I am updating the page data, but I can still fulfill the request. The main problem is every time I close the tab and get its access again from I can see the data in the table, but again this happens when I refresh the page.

+5
source share
1 answer

The data are given in the table. Sometimes you will see a message:

This table has entries in the stream buffer that may not be displayed in the preview.

The web interface is a bit distorted, displaying streaming or updated table data. If you run your query, you will see the expected data.

+6
source

All Articles