o-nikolas commented on a change in pull request #16685:
URL: https://github.com/apache/airflow/pull/16685#discussion_r665609681
##########
File path: airflow/providers/amazon/aws/operators/ecs.py
##########
@@ -303,7 +310,6 @@ def _try_reattach_task(self):
# Check if the ECS task previously launched is already running
previous_task_arn =
self.xcom_pull(task_ids=f"{self.task_id}_task_arn", key="ecs_task_arn")
Review comment:
This line should be updated to use your new constants?
--
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]