romanzdk commented on issue #33282:
URL: https://github.com/apache/airflow/issues/33282#issuecomment-1673077807
Well it is pretty difficult to do so.. I can provide logs:
First task try:
```
... application logs ...
[2023-08-10, 02:41:49 UTC] {python.py:183} INFO - Done. Returned value was:
None
[2023-08-10, 02:41:49 UTC] {taskinstance.py:1345} INFO - Marking task as
SUCCESS. dag_id=dag-name, task_id=task_group.task_6,
execution_date=20230809T000000, start_date=20230810T024106,
end_date=20230810T024149
```
second task try:
```
10-233-93-249.data--airflow.pod
*** Found local files:
*** *
/var/lib/airflow/root/logs/dag_id=dag-name/run_id=scheduled__2023-08-09T00:00:00+00:00/task_id=task_group.task_6/attempt=2.log
[2023-08-10, 02:41:06 UTC] {taskinstance.py:1103} INFO - Dependencies all
met for dep_context=non-requeueable deps ti=<TaskInstance:
dag-name.task_group.task_6 scheduled__2023-08-09T00:00:00+00:00 [queued]>
[2023-08-10, 02:41:06 UTC] {taskinstance.py:1103} INFO - Dependencies all
met for dep_context=requeueable deps ti=<TaskInstance:
dag-name.task_group.task_6 scheduled__2023-08-09T00:00:00+00:00 [queued]>
[2023-08-10, 02:41:06 UTC] {taskinstance.py:1308} INFO - Starting attempt 2
of 3
[2023-08-10, 02:41:06 UTC] {taskinstance.py:1327} INFO - Executing
<Task(PythonOperator): task_group.task_6> on 2023-08-09 00:00:00+00:00
```
--
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]