shahar1 commented on code in PR #44190:
URL: https://github.com/apache/airflow/pull/44190#discussion_r1855147511


##########
providers/tests/microsoft/mssql/hooks/test_mssql.py:
##########
@@ -265,3 +265,10 @@ def test_generate_insert_sql(self, get_connection):
             replace=True,
         )
         assert sql == load_file("resources", "replace.sql")
+
+    
@mock.patch("airflow.providers.microsoft.mssql.hooks.mssql.MsSqlHook.get_connection")

Review Comment:
   There are still failing tests, but don't give up - you're almost 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]

Reply via email to