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


##########
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:
   @eladkal I think this one has already done and I have tested them locally. 
please take another look, thanks!



-- 
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