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

ExtractStatistics does not have the inputBytes field #1742

Closed
aekrylov opened this issue Dec 7, 2021 · 2 comments · Fixed by #2998
Closed

ExtractStatistics does not have the inputBytes field #1742

aekrylov opened this issue Dec 7, 2021 · 2 comments · Fixed by #2998
Assignees
Labels
20% candidate api: bigquery Issues related to the googleapis/java-bigquery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@aekrylov
Copy link

aekrylov commented Dec 7, 2021

As per documentation, inputBytes field should be returned when calling jobs.get for an extract job, but the field is missing in the ExtractStatistics class.

timeline seems to be missing as well

Environment details

  1. BigQuery: jobs.get
  2. bigquery version(s): 2.4.1

Code example

bq.create(JobInfo.of(ExtractJobConfiguration
  .newBuilder(
    table.getTableId,
    "path"
  )
  .build()))
.waitFor()

External references such as API reference guides

@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/java-bigquery API. label Dec 7, 2021
@stephaniewang526 stephaniewang526 self-assigned this Dec 8, 2021
@stephaniewang526 stephaniewang526 added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Dec 8, 2021
@stephaniewang526
Copy link
Contributor

Hi, please feel free to open a PR with this feature added and I will review it.

@PhongChuong
Copy link
Contributor

ExtractStatistics.timeline is not included as it is not available in the discovery doc https://bigquery.googleapis.com/discovery/v1/apis/bigquery/v2/rest as of Nov 8, 2023.
We'll look into adding it when the discovery doc is updated with timeline.

@PhongChuong PhongChuong self-assigned this Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
20% candidate api: bigquery Issues related to the googleapis/java-bigquery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants