hankehly opened a new pull request, #26003: URL: https://github.com/apache/airflow/pull/26003
Related: #25952 ### Summary This PR adds the `RdsInstanceSensor` to the amazon provider package. It waits for an RDS instance to reach one (or more) of the DB instance states [described here](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/accessing-monitoring.html). ### Todo - [x] Add `RdsInstanceSensor` - [x] Add/run unit tests ``` breeze shell pytest tests/providers/amazon/aws/sensors/test_rds.py::TestRdsInstanceSensor ``` - [x] Add/run system tests ``` breeze shell export AWS_ACCESS_KEY=*** export AWS_SECRET_ACCESS_KEY=*** airflow dags test -S tests/system/providers/amazon/aws/rds/example_rds_instance.py example_rds_instance 2022-08-01 ``` - [x] Update documentation -- 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]
