Skip to content

Argument limit ignored in get_query_rows #75

@mdanieli

Description

@mdanieli

Method get_query_rows in client.py ignores the argument limit when page_token is not None. What this means is that when a query returns enough rows to require pagination, the rows returned will be the first limit of each page. This goes against the intuitive behavior which would be to only return limit rows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions