eladkal commented on code in PR #43272:
URL: https://github.com/apache/airflow/pull/43272#discussion_r1851711606
##########
providers/tests/snowflake/operators/test_snowflake_sql.py:
##########
@@ -27,15 +28,19 @@
databricks = importorskip("databricks")
+MockRow = None
try:
from databricks.sql.types import Row
except ImportError:
Review Comment:
The goal is to remove this import. We should not import from Databricks in
the Snowflake tests
--
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]