ferruzzi commented on code in PR #26005:
URL: https://github.com/apache/airflow/pull/26005#discussion_r957547444
##########
tests/system/providers/amazon/aws/example_rds_event.py:
##########
@@ -41,35 +43,6 @@ def create_sns_topic(env_id) -> str:
return boto3.client('sns').create_topic(Name=f'{env_id}-topic')['TopicArn']
-@task
-def create_rds_instance(db_name, instance_name) -> None:
Review Comment:
Thanks for this!
--
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]