potiuk commented on code in PR #31780: URL: https://github.com/apache/airflow/pull/31780#discussion_r1222866670
########## tests/providers/databricks/operators/test_databricks_sql.py: ########## @@ -22,10 +22,10 @@ from unittest.mock import patch import pytest -from databricks.sql.types import Row Review Comment: Sorry. have not seen it before merging. It's a left-over from some other trials done - not a big harm, it's the same Row just imported from `databricks_sql` - so it actually might even make more sense to be imported from there. -- 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]
