hankehly commented on code in PR #27076:
URL: https://github.com/apache/airflow/pull/27076#discussion_r996392853
##########
airflow/providers/amazon/aws/operators/rds.py:
##########
@@ -59,6 +58,12 @@ def _describe_item(self, item_type: str, item_name: str) ->
list:
elif item_type == 'event_subscription':
subscriptions =
self.hook.conn.describe_event_subscriptions(SubscriptionName=item_name)
return subscriptions['EventSubscriptionsList']
+ elif item_type == "db_instance":
Review Comment:
Changes to this class are the same as those made to `RdsBaseSensor` in #26003
--
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]