eladkal commented on a change in pull request #19596:
URL: https://github.com/apache/airflow/pull/19596#discussion_r795188792
##########
File path: tests/operators/test_generic_transfer.py
##########
@@ -26,6 +26,7 @@
from airflow.models.dag import DAG
from airflow.operators.generic_transfer import GenericTransfer
from airflow.providers.mysql.hooks.mysql import MySqlHook
+from airflow.providers.microsoft.mssql.hooks.mssql import MsSqlHook
Review comment:
```suggestion
from airflow.providers.microsoft.mssql.hooks.mssql import MsSqlHook
from airflow.providers.mysql.hooks.mysql import MySqlHook
```
To fix static 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]