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 job_id, location, project, and query_id properties on RowIterator #1733

Merged
merged 3 commits into from
Nov 18, 2023

Commits on Nov 17, 2023

  1. feat: add job_id, location, project, and query_id properties …

    …on `RowIterator`
    
    These can be used to recover the original job metadata when `RowIterator` is
    the result of a `QueryJob`.
    tswast committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    1f9dd1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18abf49 View commit details
    Browse the repository at this point in the history
  3. Update google/cloud/bigquery/table.py

    Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
    tswast and Linchin authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    1a07c4e View commit details
    Browse the repository at this point in the history