Skip to content

Query return limited to 87500 rows #1784

Closed
@mikesjqubit

Description

@mikesjqubit

Hey guys, having a problem with the following code:

client = bigquery.Client.from_service_account_json(google_secrets_file)
query = client.run_sync_query(query_sql_string)
query.allow_large_results = True
query.use_query_cache = False
query.run()
response = query.fetch_data()

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!

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the BigQuery API.backendpriority: p2Moderately-important priority. Fix may not be included in next release.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions