eladkal commented on code in PR #50341: URL: https://github.com/apache/airflow/pull/50341#discussion_r2083147969
########## providers/google/tests/unit/google/cloud/hooks/test_bigquery_system.py: ########## @@ -36,23 +36,23 @@ def setup_method(self): def test_output_is_dataframe_with_valid_query(self): import pandas as pd - df = self.instance.get_pandas_df("select 1") + df = self.instance.get_df("select 1", df_type="pandas") Review Comment: please tag me when it's done I'll take another look -- 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