-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Query return limited to 87500 rows #1784
Copy link
Copy link
Closed
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.backendpriority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.backendpriority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hey guys, having a problem with the following code:
all large queries seem to return exactly 87500 rows (even if I export to an interim table first and select * on them). I can't see this number anywhere in the library or the documentation, so have no idea where this limit comes from or how to proceed!