How to follow progress of query download when stdout is not available #1654
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Issue Summary
I would like to follow progress of query downloads.
Currently I am doing:
But this only supports stdout.
I would like to have some kind of mechanism to follow progress when stdout is not available.
Possible Solution 1 - Logs
A minimal solution could be to add a log statement into the code.
Maybe this would work:
Line 1819
ofgoogle/cloud/bigquery/table.py
Possible Solution 2 - Callback
A better solution would be to add a call-back function to the
to_dataframe
function, like this:The text was updated successfully, but these errors were encountered: