Reputation: 720
BigQuery Documentation saying:
"Your project can make up to 1,500 table operations per table per day"
see here: https://cloud.google.com/bigquery/quotas#load_jobs
I am making millions of inserts for one project for the same table. So I guess that I am missing something here, or that the documentation is wrong. Anyone have an explanation?
EDIT: I am using batch jobs, not streaming
Upvotes: 3
Views: 1388
Reputation: 1069
The limit is for batch jobs, I guess you are using streaming API which does not have this limit.
Upvotes: 2