Skip to content

Commit 6cc0e0f

Browse files
Genesis929tswast
andauthored
Update google/cloud/bigquery/query.py
Co-authored-by: Tim Sweña (Swast) <[email protected]>
1 parent ec83583 commit 6cc0e0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

google/cloud/bigquery/query.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,9 @@ def started(self):
13421342

13431343
@property
13441344
def ended(self):
1345-
"""Datetime at which the job finished.
1345+
"""End time of this query.
1346+
1347+
This field will be present whenever a query is in the DONE state.
13461348
13471349
See:
13481350
https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#body.QueryResponse.FIELDS.end_time

0 commit comments

Comments
 (0)