Lee-W commented on code in PR #32437:
URL: https://github.com/apache/airflow/pull/32437#discussion_r1267480328


##########
airflow/providers/amazon/aws/triggers/rds.py:
##########
@@ -18,11 +18,17 @@
 
 from typing import Any
 
+from deprecated import deprecated
+
+from airflow.providers.amazon.aws.hooks.base_aws import AwsGenericHook
 from airflow.providers.amazon.aws.hooks.rds import RdsHook
+from airflow.providers.amazon.aws.triggers.base import AwsBaseWaiterTrigger
+from airflow.providers.amazon.aws.utils.rds import RdsDbType
 from airflow.providers.amazon.aws.utils.waiter_with_logging import async_wait
 from airflow.triggers.base import BaseTrigger, TriggerEvent
 
 
+@deprecated(reason="Use the other specialized RDS triggers")

Review Comment:
   Got it. Sounds good 👍



##########
airflow/providers/amazon/aws/triggers/rds.py:
##########
@@ -18,11 +18,17 @@
 
 from typing import Any
 
+from deprecated import deprecated
+
+from airflow.providers.amazon.aws.hooks.base_aws import AwsGenericHook
 from airflow.providers.amazon.aws.hooks.rds import RdsHook
+from airflow.providers.amazon.aws.triggers.base import AwsBaseWaiterTrigger
+from airflow.providers.amazon.aws.utils.rds import RdsDbType
 from airflow.providers.amazon.aws.utils.waiter_with_logging import async_wait
 from airflow.triggers.base import BaseTrigger, TriggerEvent
 
 
+@deprecated(reason="Use the other specialized RDS triggers")

Review Comment:
   Got it. Sounds good 👍



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