dcmshi commented on code in PR #43272:
URL: https://github.com/apache/airflow/pull/43272#discussion_r1853203823
##########
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:
sorry for the late update, I pushed changes, but I'm having some trouble
running the updated test on my local environment
--
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]