https://prefect.io logo
i

Innokenty Tretyakov

11/26/2020, 11:10 AM
Hi! I wonder how come that BigQueryTask have no ability to return
query_job
object. I mean, if one have an idea to log the results of the query (status, proceeded_bytes, etc.), he or she can not get an object to fetch that info. I mean something like that (tasks/gcp/bigquery.py; class BigQueryTask; def run):
2 Views