MaksYermak commented on code in PR #50341:
URL: https://github.com/apache/airflow/pull/50341#discussion_r2081496836


##########
providers/google/src/airflow/providers/google/cloud/hooks/bigquery.py:
##########
@@ -306,6 +310,26 @@ def get_pandas_df(
 
         return read_gbq(sql, project_id=project_id, dialect=dialect, 
credentials=credentials, **kwargs)
 
+    async def _get_polars_df(self, sql, parameters=None, dialect=None, 
**kwargs):

Review Comment:
   I am not familiar with `pandas`, but for me this solution looks nice. Let's 
try to implement it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to