liferoad commented on code in PR #26306:
URL: https://github.com/apache/beam/pull/26306#discussion_r1169202632
##########
website/www/site/content/en/documentation/io/built-in/google-bigquery.md:
##########
@@ -981,6 +981,11 @@ BigQueryIO currently has the following limitations.
multiple BigQuery tables. The Beam SDK for Java does not have this
limitation
as it partitions your dataset for you.
+3. When you [load data](https://cloud.google.com/bigquery/docs/loading-data)
into BigQuery, [these
limits](https://cloud.google.com/bigquery/quotas#load_jobs) are applied.
+Particularly, a load job fails if it executes for longer than six hours.
+This might be caused if your BigQuery job uses a shared pool of slots.
+It is highly recommended to use [BigQuery
reservations](https://cloud.google.com/bigquery/docs/reservations-intro#benefits_of_reservations).
Review Comment:
Updated it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]