potiuk commented on code in PR #43272: URL: https://github.com/apache/airflow/pull/43272#discussion_r1842101958
########## providers/tests/snowflake/operators/test_snowflake_sql.py: ########## Review Comment: > I think refactoring the module to not use the Row class is probably it's own change there, but open to suggestions if this isn't the way we'd like to go. Yes. That's the way to go. Likely what would be great is to add similar tests that we have in snowflake now to databricks tests if possible, using databricks row, but to change the snowflake one to not use the databricks row -- 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]
