RNHTTR commented on issue #33078:
URL: https://github.com/apache/airflow/issues/33078#issuecomment-1667858800
I believe that makes sense as to why this behavior is occurring, but I don't
think it's the correct behavior, and it's certainly counterintuitive.
```
@task(trigger_rule="none_failed_min_one_success")
def map_me(x, y):
...
```
There are valid reasons to execute this task if either `x` or `y` are `None`
(e.g. `if not y: raise Exception("missing y!")`)
--
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]