You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/29 16:24:06 UTC

[GitHub] [airflow] ferruzzi commented on a diff in pull request #26005: Set template_fields on RDS operators

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org