Hi! I wonder how come that BigQueryTask have no ab...
# prefect-server
i
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):