uranusjr commented on code in PR #48008: URL: https://github.com/apache/airflow/pull/48008#discussion_r2009651691
########## providers/amazon/src/airflow/providers/amazon/aws/notifications/sns.py: ########## @@ -20,8 +20,8 @@ from collections.abc import Sequence from functools import cached_property -from airflow.notifications.basenotifier import BaseNotifier from airflow.providers.amazon.aws.hooks.sns import SnsHook +from airflow.providers.common.compat.nofitier import BaseNotifier Review Comment: Can we not add the version requirement directly on the aws provider instead? -- 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]
