hussein-awala commented on issue #8792:
URL: https://github.com/apache/airflow/issues/8792#issuecomment-1915799699

   I'm interested in this proposed feature (btw it is not a bug). I tried to 
create something generic as @potiuk suggested, but it's too complicated since 
we don't return any result on failure, the only way to do that is through the 
exception, which is not a clean way, and implementing it in Airflow core will 
complicate the support in the providers.
   
   Since it will only be supported by a small set of operators, IMHO we have to 
handle it on a case-by-case basis. I created #37079 to implement it in KPO and 
tested it in normal and deferrable mode. I can add some tests to make it ready 
to merge if you agree to the proposal.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to