Hi! Is there any way to wait for completion of big...
# google-cloud
f
Hi! Is there any way to wait for completion of bigquery jobs?
s
I believe if you use an async function inside an output.apply() you can wait for whatever you want to wait.
f
I'll check that. Thanks