One thing you could do is add an `AirflowSuccessException`.  Similar to
AirflowSkipException, if raised task would immediately stop and be marked
as successful.  Then in your implementation of the pre-execute callable,
you can choose whether you want it to be "skip" or "skip success".

Reply via email to