I am streaming data into bigquery and the logs are recording no issues at all, when I run "SELECT * FROM datatable
WHERE _PARTITIONTIME = TIMESTAMP("2018-11-05") LIMIT 1000" it only returns 16 rows, the row data keeps changing as new data flows in, but it only returns 16 rows.
The Streaming buffer statistics show that there are rows in the buffer.
I started the stream almost 10 hours ago so I would assume there would be some data that I could access.
I am at a bit of a loss here as I cant see errors
This is some sample data that was collected
https://docs.google.com/spreadsheets/d/1Svm6cDWzSvD0RHGo_O5J16UDvqFfDAK5irNki5nYtos/edit?usp=sharing