RNHTTR commented on issue #34023:
URL: https://github.com/apache/airflow/issues/34023#issuecomment-1703956362
Curiously, the `fake_sensor` task is not considered an upstream task
(`upstream_task_ids={'get_records', 'deliver_records.deliver_record'}`)
```
[2023-09-02T22:31:42.556+0000] {taskinstance.py:1149} DEBUG - Dependencies
not met for <TaskInstance:
demo_trigger_one_failed.deliver_records.handle_failed_delivery
manual__2023-09-02T22:31:41.259574+00:00 [None]>, dependency 'Trigger Rule'
FAILED: Task's trigger rule 'one_failed' requires one upstream task failure,
but none were found. upstream_states=_UpstreamTIStates(success=0, skipped=0,
failed=0, upstream_failed=0, removed=0, done=0, success_setup=0,
skipped_setup=0), upstream_task_ids={'get_records',
'deliver_records.deliver_record'}
```
--
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]