google-cloud-rust
google-cloud-rust copied to clipboard
How do you use this library with polars?
I am using BigQuery read API, is there a way to populate batched row read into Polars dataframe?
Currently, there is no function to convert directly.
Perhaps a method to convert to an ArrowSchema would be possible with from_arrow, but it is not there yet.
+1, need this method.