hankehly commented on code in PR #26003:
URL: https://github.com/apache/airflow/pull/26003#discussion_r962462372


##########
docs/apache-airflow-providers-amazon/operators/rds.rst:
##########
@@ -169,6 +169,22 @@ To delete a AWS DB instance you can use
 Sensors
 -------
 
+.. _howto/sensor:RdsInstanceSensor:
+
+Wait on an Amazon RDS instance status
+=====================================
+
+To wait for an Amazon RDS instance with specific statuses you can use
+:class:`~airflow.providers.amazon.aws.sensors.rds.RdsInstanceSensor`.
+By default, the sensor waits for the instance to reach the ``available`` state.
+
+.. exampleinclude:: 
/../../tests/system/providers/amazon/aws/rds/example_rds_instance.py
+    :language: python
+    :dedent: 4
+    :start-after: [START howto_sensor_rds_instance]
+    :end-before: [END howto_sensor_rds_instance]
+

Review Comment:
   2022/09/05 update 
(https://github.com/apache/airflow/pull/26003/commits/0d537b1bdf1fa3dbd8a94f1b635a5814e84e11e9)
   
   ![Screen Shot 2022-09-05 at 13 13 
54](https://user-images.githubusercontent.com/11639738/188359331-7fec7101-f31e-4768-86ca-f610980dda21.png)



-- 
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]

Reply via email to