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/09/28 15:59:00 UTC

[GitHub] [airflow] deedmitrij opened a new pull request #18576: Create CMDExecutor for raising an exception in case of error during cmd execution

deedmitrij opened a new pull request #18576:
URL: https://github.com/apache/airflow/pull/18576


   This is not specific to Google, but for now is used only in Google because we need to raise an exception in case of any errors during command execution (original logic in the parent class just returns the status code of command execution). That's why we decided to leave the original logic and create the separate class which raises the exception in case of error during command execution, so if someone in future requires such behavior too, they will be able to use this class.


-- 
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-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] deedmitrij closed pull request #18576: Create CMDExecutor for raising an exception in case of error during cmd execution

Posted by GitBox <gi...@apache.org>.
deedmitrij closed pull request #18576:
URL: https://github.com/apache/airflow/pull/18576


   


-- 
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-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] deedmitrij closed pull request #18576: Create CMDExecutor for raising an exception in case of error during cmd execution

Posted by GitBox <gi...@apache.org>.
deedmitrij closed pull request #18576:
URL: https://github.com/apache/airflow/pull/18576


   


-- 
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-unsubscribe@airflow.apache.org

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