Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

docs: add info about streaming quota limits to insert_rows* methods - #1409

Merged
aribray merged 6 commits into
googleapis:mainfrom
aribray:aribray--insert-rows-docs
Nov 18, 2022
Merged

docs: add info about streaming quota limits to insert_rows* methods#1409
aribray merged 6 commits into
googleapis:mainfrom
aribray:aribray--insert-rows-docs

Conversation

@aribray

@aribrayaribray commented Nov 15, 2022

Copy link
Copy Markdown
Contributor

Adds additional information about streaming quota limits to the following methods:

  • insert_rows()
  • insert_rows_json()
  • insert_rows_from_dataframe()
BigQuery will reject insertAll payloads that exceed a defined limit (10MB). Additionally, if a payload vastly exceeds this limit, the request is rejected
by the intermediate architecture, which returns a 413 (Payload Too Large) status code.

Fixes#1296 🦕

@product-auto-labelproduct-auto-labelBot added size: s Pull request size is small. api: bigquery Issues related to the googleapis/python-bigquery API. labels Nov 15, 2022
@aribray
aribray marked this pull request as ready for review November 15, 2022 22:18
@aribray
aribray requested review from a team and mhlgioNovember 15, 2022 22:18
@shollyman
shollyman removed the request for review from mhlgioNovember 18, 2022 16:58
@aribray
aribray merged commit 0f08e9a into googleapis:mainNov 18, 2022
@aribray
aribray deleted the aribray--insert-rows-docs branch November 18, 2022 18:43
@release-pleaserelease-pleaseBot mentioned this pull request Nov 18, 2022
abdelmegahedgoogle pushed a commit to abdelmegahedgoogle/python-bigquery that referenced this pull request Apr 17, 2023
…googleapis#1409)
* docs: add information about streaming quota limits (413: Payload Too Large)
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.size: sPull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Returned API errors are an HTML rendering, causing exception in client

3 participants

@aribray@shollyman@parthea