amoghrajesh commented on PR #54083:
URL: https://github.com/apache/airflow/pull/54083#issuecomment-3209163978

   @potiuk @o-nikolas I do not think that should be an issue at all.
   
   For system tests running on Airflow 2, we use the `BaseHook` class + deps 
from Airflow 2 itself. In other words, the BaseHook doesnt come from task sdk 
in those cases.
   
   Most hook imports for amazon systests are from base_aws, and see the import 
for BaseHook there: 
https://github.com/apache/airflow/blob/main/providers/amazon/src/airflow/providers/amazon/aws/hooks/base_aws.py#L63
 (its from a compat layer)


-- 
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