ashb commented on code in PR #25822:
URL: https://github.com/apache/airflow/pull/25822#discussion_r950190654
##########
airflow/providers/common/sql/operators/sql.py:
##########
@@ -385,17 +385,15 @@ def execute(self, context: 'Context'):
self.sql = f"SELECT check_name, check_result FROM ({checks_sql}) "
f"AS check_table {partition_clause_statement};"
- records = hook.get_pandas_df(self.sql)
+ records = hook.get_records(self.sql)
Review Comment:
No, I just failed to run the rest of the tests (I only checked my new test
that hits a _real_ DB that I added in a paralell PR not the mocked one.)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]