amoghrajesh commented on code in PR #46274: URL: https://github.com/apache/airflow/pull/46274#discussion_r1934939514
########## providers/standard/tests/provider_tests/standard/operators/test_generic_transfer.py: ########## @@ -26,6 +26,7 @@ from airflow.exceptions import AirflowProviderDeprecationWarning from airflow.models.dag import DAG +from airflow.providers.mysql.hooks.mysql import MySqlHook Review Comment: Still creates a dependency between providers right? I mean should be OK but ideally, we can move to common ########## providers/standard/tests/provider_tests/standard/operators/test_generic_transfer.py: ########## @@ -26,6 +26,7 @@ from airflow.exceptions import AirflowProviderDeprecationWarning from airflow.models.dag import DAG +from airflow.providers.mysql.hooks.mysql import MySqlHook Review Comment: Fix with move to `tests_common` here: https://github.com/apache/airflow/pull/46256 -- 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]
