Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update google/cloud/bigquery/table.py
  • Loading branch information
Linchin authored Dec 5, 2024
commit 6ac728bb701b8bb39d38cecb1fbe13f0d93ea6c2
2 changes: 1 addition & 1 deletion google/cloud/bigquery/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ def __str__(self):
def max_staleness(self):
"""Union[str, None]: The maximum staleness of data that could be returned when the table is queried.

Staleness is encoded as a string representing a time interval.
Staleness encoded as a string encoding of sql IntervalValue type.
This property is optional and defaults to None.

According to the BigQuery API documentation, maxStaleness specifies the maximum time
Expand Down