support "async" / non-blocking queries #17
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-magics 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.
Follow-up to googleapis/python-bigquery#1182 and internal issue b/155989404.
In many cases, the query in the notebook may take a long time. It would be useful to be able to return a "future" object that can print out the job information in the notebook. This would allow the cell to return quickly and not block the user from using the notebook for other work in the meantime.
The text was updated successfully, but these errors were encountered: