Taragolis commented on code in PR #28996:
URL: https://github.com/apache/airflow/pull/28996#discussion_r1072997849
##########
airflow/providers/docker/operators/docker.py:
##########
@@ -209,6 +212,7 @@ def __init__(
log_opts_max_size: str | None = None,
log_opts_max_file: str | None = None,
ipc_mode: str | None = None,
+ skip_exit_code: int = 99,
Review Comment:
And also we need to specify annotation as `int | None` it is not raise any
static checks because we have default value 99 however user might provide
`None` and this is expected value in `execute`
--
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]