You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/30 14:18:06 UTC

[GitHub] [airflow] eladkal commented on a change in pull request #19596: MsSqlHook: implement _generate_insert_sql

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

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