Closed fhoffa closed 7 years ago
Note that the project docs say: " you can not insert more than 1000 rows into bigquery at once" - but in reality BigQuery will accept upto 100,000 rows per second via streaming.
https://cloud.google.com/bigquery/quota-policy#streaminginserts
You're right. But there is a limit in lease_task method: https://yadi.sk/i/2BmdUAQ63LG4Rp
Fixed it in README.
Thanks you!
Note that the project docs say: " you can not insert more than 1000 rows into bigquery at once" - but in reality BigQuery will accept upto 100,000 rows per second via streaming.
https://cloud.google.com/bigquery/quota-policy#streaminginserts