dashton90 commented on code in PR #35790:
URL: https://github.com/apache/airflow/pull/35790#discussion_r1402836371


##########
tests/system/providers/amazon/aws/example_ec2.py:
##########
@@ -142,6 +145,22 @@ def parse_response(instance_ids: list):
     )
     # [END howto_sensor_ec2_instance_state]
 
+    # [START howto_operator_ec2_reboot_instance]
+    reboot_instance = EC2RebootInstanceOperator(
+        task_id="reboot_instace",
+        instance_ids=instance_id,
+    )
+    # [END howto_operator_ec2_reboot_instance]
+    reboot_instance.trigger_rule = TriggerRule.ALL_DONE

Review Comment:
   Removed in 
https://github.com/apache/airflow/pull/35790/commits/57ad259b0b90d0ad8626e24f25061bca8947ddbf



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to