[GitHub] [airflow] uranusjr commented on a change in pull request #19030: Align EcsOperator with DockerOperator capabilities

2021-10-26 Thread GitBox
uranusjr commented on a change in pull request #19030: URL: https://github.com/apache/airflow/pull/19030#discussion_r737031463 ## File path: airflow/providers/amazon/aws/operators/ecs.py ## @@ -140,10 +141,13 @@ def get_last_log_messages(self, number_messages) -> list: d

[GitHub] [airflow] uranusjr commented on a change in pull request #19030: Align EcsOperator with DockerOperator capabilities

2021-10-17 Thread GitBox
uranusjr commented on a change in pull request #19030: URL: https://github.com/apache/airflow/pull/19030#discussion_r730392544 ## File path: airflow/providers/amazon/aws/operators/ecs.py ## @@ -120,9 +120,10 @@ def run(self) -> None: logs_to_skip += 1