You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/01 07:58:23 UTC

[GitHub] [airflow] kurtqq edited a comment on pull request #13421: BashOperator to raise AirflowSkipException on exit code 255

kurtqq edited a comment on pull request #13421:
URL: https://github.com/apache/airflow/pull/13421#issuecomment-753282661


   > Most other operators do their work in python. So they can easily raise `AirflowSkipException`. The generic approach is simply to raise `AirflowSkipException`.
   
   Many operators are executed on remote machines that don't have airflow installed in so you cant just raise airflow exception.
   Can you explain how to do that for SQL & Spark operators?
   


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

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