Skip to content

Commit 74ab765

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

google/cloud/bigquery/query.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,10 @@ def created(self):
13271327

13281328
@property
13291329
def started(self):
1330-
"""Datetime at which the job was started.
1330+
"""Start time of this query.
1331+
1332+
This field will be present when the query transitions from the
1333+
PENDING state to either RUNNING or DONE.
13311334
13321335
See:
13331336
https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#body.QueryResponse.FIELDS.start_time

0 commit comments

Comments
 (0)