Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add max_results parameter to some of the QueryJob methods #698

Merged
merged 6 commits into from Jun 25, 2021

Commits on Jun 14, 2021

  1. feat: add max_results to a few QueryJob methods

    It is now possible to cap the number of result rows returned when
    invoking `to_dataframe()` or `to_arrow()` method on a `QueryJob`
    instance.
    plamut committed Jun 14, 2021
    Copy the full SHA
    7cfdb85 View commit details
    Browse the repository at this point in the history
  2. Work around a pytype complaint

    plamut committed Jun 14, 2021
    Copy the full SHA
    772689c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Copy the full SHA
    120a9f2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    be5d4a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Copy the full SHA
    590bf93 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d23ebf1 View commit details
    Browse the repository at this point in the history