ashb commented on issue #56460:
URL: https://github.com/apache/airflow/issues/56460#issuecomment-3378978687

   _Most_ operators don't have this is the point. Pretty much only BashOperator 
does have this.
   
   Exit code is not really part of the Airflow "task model". Succss, failure, 
skipped etc is. We don't currently store the exit code anywhere either -- it 
gets converted into a task state.
   
   If you have a specific case where you want to add this you could push it 
from your operator to XCom and then query that, but Airflow is not a generic 
"process runner"
   
   This is a "WONTFIX", sorry.
   


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