You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
The starting timestamp for the query. Possible values are to 7 days in the past. If don't specify a timestamp (None), the query will default to the earliest possible time, 7 days ago. If provide a time-zone-naive timestamp, it will be treated as UTC.
119
130
Returns:
120
131
google.cloud.bigquery.QueryJob:
121
132
See https://cloud.google.com/python/docs/reference/bigquery/latest/google.cloud.bigquery.job.QueryJob
122
133
The ongoing query job can be managed using this object.
123
134
For example, the job can be cancelled or its error status
The starting timestamp for the query. Possible values are to 7 days in the past. If don't specify a timestamp (None), the query will default to the earliest possible time, 7 days ago. If provide a time-zone-naive timestamp, it will be treated as UTC.
175
196
176
197
Returns:
177
198
google.cloud.bigquery.QueryJob:
@@ -180,8 +201,15 @@ def to_pubsub(
180
201
For example, the job can be cancelled or its error status
0 commit comments