Skip to content

Add get_polars_df() method to BigQueryHook. #33911

@bfeif

Description

@bfeif

Description

This is mostly self-explanatory. The BigQueryHook already has a get_pandas_df(); this issue aims to add an analogous get_polars_df() method that would return a polars dataframe for some query.

Use case/motivation

Polars is a new dataframe library that is superior to pandas in terms of readability and speed; it'd be nice to have another built-in option besides pandas to get data from bigquery in Airflow.

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions