o-nikolas commented on code in PR #46152:
URL: https://github.com/apache/airflow/pull/46152#discussion_r1931320346
##########
providers/src/airflow/providers/amazon/aws/operators/ecs.py:
##########
@@ -392,6 +392,7 @@ class EcsRunTaskOperator(EcsBaseOperator):
:param deferrable: If True, the operator will wait asynchronously for the
job to complete.
This implies waiting for completion. This mode requires aiobotocore
module to be installed.
(default: False)
+ :param container_name: The name of the container to fetch logs from. If
not set, the first container is used.
Review Comment:
Do you mind here and below if you move this param up to be grouped with the
other ECS API related params?
--
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]