argibbs commented on issue #34339:
URL: https://github.com/apache/airflow/issues/34339#issuecomment-1719297391
> It also could be a reason of fantom failures
My component is not failing. I am seeing failures in other task _that don't
run prefect_. To be clear, and to reiterate the initial issue explanation, the
logs end with:
```
[2023-09-13, 12:26:30 BST] {subprocess.py:97} INFO - Command exited with
return code 0
[2023-09-13, 12:26:31 BST] {taskinstance.py:1398} INFO - Marking task as
SUCCESS. dag_id=STOXX600_Index_1.ANC_110.AEE_110.QTR1.Realtime,
task_id=Shared-Data.split-adjustments-combined, execution_date=20230913T090500,
start_date=20230913T112612, end_date=20230913T112631
[2023-09-13, 12:26:31 BST] {local_task_job_runner.py:228} INFO - Task exited
with return code 0
```
Those are messages _from the airflow code_, after my component has exited,
saying "yup, all ok, this ran fine", and yet, it's still marked as failed in
the gui.
--
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]