mobuchowski commented on code in PR #39113:
URL: https://github.com/apache/airflow/pull/39113#discussion_r1572516872


##########
tests/providers/snowflake/operators/test_snowflake_sql.py:
##########
@@ -163,7 +162,9 @@ def test_exec_success(sql, return_last, split_statement, 
hook_results, hook_desc
         )
 
 
-def test_execute_openlineage_events():
+@mock.patch("airflow.providers.openlineage.utils.utils.should_use_external_connection")
+def test_execute_openlineage_events(should_use_external_connection):
+    should_use_external_connection.return_value = False

Review Comment:
   `test_execute_openlineage_events` in `test_redshift_sql` fulfills that role 
now



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to