uranusjr commented on code in PR #30690:
URL: https://github.com/apache/airflow/pull/30690#discussion_r1169362204


##########
airflow/operators/python.py:
##########
@@ -486,6 +494,7 @@ def __init__(
         templates_dict: dict | None = None,
         templates_exts: list[str] | None = None,
         expect_airflow: bool = True,
+        skip_exit_code: int | None = None,

Review Comment:
   I’m late but this name feels like it’s skipping the exit code; would it be 
better to name it e.g. `skip_on_exit_code` instead? Also would it be a good 
idea to allow multiple codes?



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