vincbeck commented on code in PR #57753:
URL: https://github.com/apache/airflow/pull/57753#discussion_r2668809960
##########
providers/amazon/docs/operators/ssm.rst:
##########
@@ -52,12 +52,42 @@ Waiter. Additionally, you can use the following components
to track the status o
:class:`~airflow.providers.amazon.aws.sensors.ssm.SsmRunCommandCompletedSensor`
Sensor,
or the
:class:`~airflow.providers.amazon.aws.triggers.ssm.SsmRunCommandTrigger`
Trigger.
-
.. exampleinclude:: /../../amazon/tests/system/amazon/aws/example_ssm.py
:language: python
:dedent: 4
:start-after: [START howto_operator_run_command]
:end-before: [END howto_operator_run_command]
+
+Exit Code Handling
Review Comment:
nit: I am not a big fan of capitalizing everything
```suggestion
Exit code handling
```
--
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]