malthe commented on pull request #19361:
URL: https://github.com/apache/airflow/pull/19361#issuecomment-958257892


   @eladkal so in my implementation it's using the same logic as when a 
`DummyOperator` is assigned a _success_ state, but instead of success it is 
assigned a state of _skipped_.
   
   You could use something like `failed_states=['failed', 'skipped']` in your 
`ExternalTaskSensor` – but of course you can shoot yourself in the foot with an 
external task sensor. There are many ways to do that.


-- 
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]


Reply via email to