ferruzzi commented on code in PR #26005:
URL: https://github.com/apache/airflow/pull/26005#discussion_r957548732
##########
airflow/providers/amazon/aws/operators/rds.py:
##########
@@ -585,6 +585,8 @@ class RdsCreateDbInstanceOperator(RdsBaseOperator):
:param wait_for_completion: If True, waits for creation of the DB
instance to complete. (default: True)
"""
+ template_fields = ("db_instance_identifier", "db_instance_class",
"rds_kwargs")
Review Comment:
```suggestion
template_fields = ("db_instance_identifier", "db_instance_class",
"engine", "rds_kwargs")
```
--
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]