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 6cc0e0f commit 74ab765Copy full SHA for 74ab765
google/cloud/bigquery/query.py
@@ -1327,7 +1327,10 @@ def created(self):
1327
1328
@property
1329
def started(self):
1330
- """Datetime at which the job was started.
+ """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.
1334
1335
See:
1336
https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query#body.QueryResponse.FIELDS.start_time
0 commit comments