You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm hoping to provide the following methods in this connector:
polars_bigquery.read_bigquery -- read from BigQuery table (or query) to Polars DataFrame
polars_bigquery.scan_bigquery -- read from BigQuery table (or query) to Polars LazyFrame, with push-down support for row/column filters and possibly more in the future.
polars_bigquery.write_bigquery -- write to a BigQuery table using the BigQuery Storage Write API Arrow support.
Features
I'm hoping to provide the following methods in this connector:
polars_bigquery.read_bigquery-- read from BigQuery table (or query) to Polars DataFramepolars_bigquery.scan_bigquery-- read from BigQuery table (or query) to Polars LazyFrame, with push-down support for row/column filters and possibly more in the future.polars_bigquery.write_bigquery-- write to a BigQuery table using the BigQuery Storage Write API Arrow support.Package setup
Related issues