Uh oh!
There was an error while loading. Please reload this page.
Add testcases to ensure that 'soft_fail' argument is respected when running ExternalTaskSensor - #34652
Conversation
dag.test() and Respect 'soft_fail' argument when running ExternalTaskSensor
hussein-awala
left a comment
There was a problem hiding this comment.
No need to add this patch in the core operators, we already fixed it, and for that we add the comment (TODO: remove this if block when min_airflow_version is set to higher than 2.7.1)
However, you can keep the tests (only the tests for the execute/patch method).
Uh oh!
There was an error while loading. Please reload this page.
|
e3017dc to
8f306d1Comparedag.test() and Respect 'soft_fail' argument when running ExternalTaskSensorUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This PR intends to add test cases to ensure that the soft_fail argument in ExternalTaskSensor is respected.
related: #34497, #33401