We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b3c53 commit 8f5c864Copy full SHA for 8f5c864
google/cloud/bigquery/job/query.py
@@ -244,8 +244,8 @@ def result_set_last_replace_time(self):
244
@property
245
def result_set_last_modify_time(self):
246
"""Optional[datetime]: The time at which the result table's contents
247
- were completely replaced. May be absent if no results have been written
248
- or the query has completed."""
+ were modified. May be absent if no results have been written or the
+ query has completed."""
249
from google.cloud._helpers import _rfc3339_nanos_to_datetime
250
251
value = self._properties.get("resultSetLastModifyTime")
0 commit comments