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 InputBytes to extract job statistics #2998

Merged
merged 3 commits into from Nov 9, 2023

Conversation

PhongChuong
Copy link
Contributor

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • [ x ] Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • [ x ] Ensure the tests and linter pass
  • [ x ] Code coverage does not decrease (if any source code was changed)
  • [ x ] Appropriate docs were updated (if necessary)

Fixes #1742 ☕️

@PhongChuong PhongChuong requested a review from a team as a code owner November 8, 2023 19:00
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigquery Issues related to the googleapis/java-bigquery API. labels Nov 8, 2023
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner November 8, 2023 19:02
@PhongChuong PhongChuong changed the title Extract job statistics feat: Add InputBytes to extract job statistics Nov 8, 2023
@PhongChuong
Copy link
Contributor Author

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.

@PhongChuong PhongChuong merged commit 19b7c3a into main Nov 9, 2023
18 checks passed
@PhongChuong PhongChuong deleted the ExtractJobStatistics branch November 9, 2023 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/java-bigquery API. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ExtractStatistics does not have the inputBytes field
2 participants