Guozheng Kuang
11/01/2021, 6:23 PMKevin Kho
bigquery = BigQueryTask(query=...,query_params=...)
with Flow(...) as flow:
bigquery()
and then the top of the page has notes on out to authenticateAnna Geller
to_dataframe=True
, you can even get a Pandas dataframe as a query result 🙂Guozheng Kuang
11/01/2021, 6:39 PMGuozheng Kuang
11/01/2021, 6:39 PMKevin Kho
dataset_dest
or table_dest
then.