#1260: Expose 'jobs/list' results#1279
#1260: Expose 'jobs/list' results#1279tseaver merged 7 commits intogoogleapis:masterfrom tseaver:1260-expose_bq_jobs_list
Conversation
gcloud/bigquery/job.py
Outdated
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
Trying to review but having a hard time wrapping my head around the changes. |
|
@dhermes the overall intent is to parse the individual |
Preparation for creating jobs from resources in future 'client.list_jobs'.
Preparation for creating jobs from resources in future 'client.list_jobs'.
Preparation for creating jobs from resources in future 'client.list_jobs'.
Preparation for creating jobs from resources in future 'client.list_jobs'.
Closes #1260.
|
Rebased to fix merge conflict. |
gcloud/bigquery/job.py
Outdated
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Conflicts: gcloud/bigquery/job.py
|
@dhermes any remaining issues? |
|
LGTM. (A bit uneasy about this. PR so big) |
#1260: Expose 'jobs/list' results
Towards googleapis/librarian#2456 --------- Co-authored-by: ohmayr <omairn@google.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…actions (#1279) * fix: update retry strategy for mutation calls to handle aborted transactions * test: add mock server test for aborted batch * chore(python): Update the python version in docs presubmit to use 3.10 (#1281) Source-Link: googleapis/synthtool@de3def6 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a1c5112b81d645f5bbc4d4bbc99d7dcb5089a52216c0e3fb1203a0eeabadd7d5 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * fix:Refactoring existing retry logic for aborted transactions and clean up redundant code * fix: fixed linting errors * feat: support GRAPH and pipe syntax in dbapi (#1285) Recognize GRAPH and pipe syntax queries as valid queries in dbapi. * chore: Add Custom OpenTelemetry Exporter in for Service Metrics (#1273) * chore: Add Custom OpenTelemetry Exporter in for Service Metrics * Updated copyright dates to 2025 --------- Co-authored-by: rahul2393 <irahul@google.com> * fix: removing retry logic for RST_STREAM errors from _retry_on_aborted_exception handler --------- Co-authored-by: Knut Olav Løite <koloite@gmail.com> Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Lester Szeto <lester.szeto@gmail.com> Co-authored-by: rahul2393 <irahul@google.com>
Add a
list_jobs()method to BigQuery client, returning instances of appropriate job classes.See #1278 for issues related to the (hidden) job created by the synchronous query API.
Closes #1260.