FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: Enable maxTimeTravelHours in BigQuery java client library by whuffman36 · Pull Request #3555 · googleapis/java-bigquery · GitHub

This repository was archived by the owner on Mar 23, 2026. It is now read-only.
/ java-bigquery Public archive

feat: Enable maxTimeTravelHours in BigQuery java client library - #3555

Merged
whuffman36 merged 3 commits into
mainfrom
travel-window
Oct 30, 2024
Merged

feat: Enable maxTimeTravelHours in BigQuery java client library#3555
whuffman36 merged 3 commits into
mainfrom
travel-window

Conversation

whuffman36 commented Oct 28, 2024
edited
Loading

Copy link
Copy Markdown
Contributor

The BigQuery API contains a field called maxTimeTravelHours that refers to the Time Travel Window feature. This feature allows users to query deleted or updated data for an amount of time specified in the maxTimeTravelHours parameter. This change exposes the maxTimeTravelHours to users of the client library so they can set and update the amount of time that deleted or updated data is stored for a given dataset.

Design Doc One Pager

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:

  • 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
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #3538 ☕️

The BigQuery API contains a field called maxTimeTravelHours that
refers to the Time Travel Window feature. This feature allows
users to query deleted or updated data for an amount of time
specified in the maxTimeTravelHours parameter. This change exposes
the maxTimeTravelHours to users of the client library so they can
set and update the amount of time that deleted or updated data
is stored for a given dataset.
whuffman36 requested review from a team and Neenu1995 October 28, 2024 22:09
product-auto-label Bot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/java-bigquery API. labels Oct 28, 2024
whuffman36 requested review from PhongChuong and removed request for Neenu1995 October 28, 2024 22:12

PhongChuong left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Looks good. Just a minor comment regarding a method description.

whuffman36 changed the title Enable maxTimeTravelHours in BigQuery java client library feat: Enable maxTimeTravelHours in BigQuery java client library Oct 29, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquery Issues related to the googleapis/java-bigquery API. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can we get the configured time travel window for a Table

2 participants


Back | FazBrowse Home | New Git URL