Taragolis commented on code in PR #36303:
URL: https://github.com/apache/airflow/pull/36303#discussion_r1431610498


##########
docs/apache-airflow/howto/operator/bash.rst:
##########
@@ -79,7 +79,7 @@ Skipping
 
 In general a non-zero exit code produces an AirflowException and thus a task 
failure.  In cases where it is desirable
 to instead have the task end in a ``skipped`` state, you can exit with code 
``99`` (or with another exit code if you
-pass ``skip_exit_code``).
+pass ``skip_on_exit_code``).

Review Comment:
   Better to move it into the separate PR, because BashOperator is part of 
Airflow core and it has a different release cycle. It will make release 
managers happier 😉 



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