googleapis / java-bigquery

Apache License 2.0
112 stars 121 forks source link

feat: Enable maxTimeTravelHours in BigQuery java client library #3555

Closed whuffman36 closed 1 month ago

whuffman36 commented 1 month ago

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:

Fixes #3538 ☕️