BigQuery: Adds time filtering to client.list_jobs()#5429
Conversation
| conn = client._connection = _make_connection({}) | ||
|
|
||
| list(client.list_jobs( | ||
| min_creation_time=1, max_creation_time=1527874895820)) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
shollyman
left a comment
There was a problem hiding this comment.
Worthy of a quick system test that filters to the last N minutes?
|
@shollyman Per our in person discussion, I will send another PR expanding the |
| Optional. How to retry the RPC. | ||
| retry (google.api_core.retry.Retry, optional): | ||
| How to retry the RPC. | ||
| min_creation_time (int, optional): |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Resolves #5067