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_queue_size argument to RowIterator.to_dataframe_iterable #575

Merged
merged 5 commits into from Apr 14, 2021

Commits on Mar 29, 2021

  1. feat: add max_queue_size option for BQ Storage API

    The new parameter allows configuring the maximum size of the internal
    queue used to hold result pages when query data is streamed over the
    BigQuery Storage API.
    plamut committed Mar 29, 2021
    Copy the full SHA
    05cd336 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    70553bc View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Copy the full SHA
    19215dc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    85929ed View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    489fa10 View commit details
    Browse the repository at this point in the history