I am trying to run basic BigQueryTask example provided in bq plugin doc, when it runs the
convert_bq_table_to_pandas_dataframe
task below error is thrown. Is this combination not supported in structure_dataset encoding decoding?
Copy code
flytekit/types/structured/structured_dataset.py", line 351, in _finder
raise ValueError(f"Failed to find a handler for {df_type}, protocol {protocol}, fmt {format}")
Message:
Failed to find a handler for <class 'pandas.core.frame.DataFrame'>, protocol bq, fmt parquet