Taragolis commented on issue #34783:
URL: https://github.com/apache/airflow/issues/34783#issuecomment-1749722882

   Could you provide a bit more details, e.g example of your dag. I've unable 
to reproduce on current main branch
   
   ```console
   [2023-10-05, 22:05:02 UTC] {ecs.py:531} INFO - Running ECS Task - Task 
definition: sample-task:1 - on cluster test-cluster
   [2023-10-05, 22:05:02 UTC] {ecs.py:534} INFO - EcsOperator overrides: 
{'containerOverrides': [{'name': 'busybox', 'command': ['/bin/sh', '-c', 'echo 
regular; sleep 6; echo finish']}]}
   [2023-10-05, 22:05:02 UTC] {base.py:73} INFO - Using connection ID 
'aws_default' for task execution.
   [2023-10-05, 22:05:02 UTC] {credentials.py:1123} INFO - Found credentials in 
environment variables.
   [2023-10-05, 22:05:04 UTC] {ecs.py:647} INFO - ECS task ID is: 
aef0db066c2f48faad6303efc27180f0
   [2023-10-05, 22:05:04 UTC] {ecs.py:573} INFO - Starting ECS Task Log Fetcher
   [2023-10-05, 22:05:34 UTC] {base.py:73} INFO - Using connection ID 
'aws_default' for task execution.
   [2023-10-05, 22:05:34 UTC] {credentials.py:1123} INFO - Found credentials in 
environment variables.
   [2023-10-05, 22:05:35 UTC] {task_log_fetcher.py:63} INFO - [2023-10-05 
22:05:17,228] regular
   [2023-10-05, 22:05:35 UTC] {task_log_fetcher.py:63} INFO - [2023-10-05 
22:05:23,229] finish
   ```


-- 
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]

Reply via email to