hankehly opened a new pull request, #26005: URL: https://github.com/apache/airflow/pull/26005
Related: #24099 #25952 ### Summary This PR sets the `template_fields` property on `RdsCreateDbInstanceOperator` and `RdsDeleteDbInstanceOperator` to allow users to programmatically change the database id, instance size, allocated storage, etc.. It also replaces use of `@task` decorated functions with their appropriate operator. ### Todo - [x] Add `template_fields` to RDS operators - [x] Update/run system tests -- 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]
