Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support "async" / non-blocking queries #17

Open
tswast opened this issue Apr 11, 2024 · 0 comments
Open

support "async" / non-blocking queries #17

tswast opened this issue Apr 11, 2024 · 0 comments
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.

Comments

@tswast
Copy link
Collaborator

tswast commented Apr 11, 2024

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.

@tswast tswast added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Apr 11, 2024
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-magics API. label Apr 11, 2024
@tswast tswast added priority: p3 Desirable enhancement or fix. May not be included in next release. and removed priority: p2 Moderately-important priority. Fix may not be included in next release. labels Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant