Skip to content

Increase the row limit or add pagination support to the BigQuery executor #5268

Description

@arjun-1

Currently, the BigQuery executor is limited to only 10.000 rows:

"More than 10000 rows were requested, use LIMIT 10000 to limit the number of rows".to_string(),

The limit is rather arbitrary, and not suited for many use cases. The reason seems that no pagination was implemented, and the page size is taken as total limit for the response: https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions