rawwar commented on PR #58279:
URL: https://github.com/apache/airflow/pull/58279#issuecomment-3537304957
I was just looking at the code in `__init__` and i think i see this:
```
if on_finish_action is not None:
kwargs["on_finish_action"] = OnFinishAction(on_finish_action)
else:
kwargs["on_finish_action"] = OnFinishAction.DELETE_POD
```
I think, we can just put default value for `on_finish_action` param to be
`OnFinishAction.DELETE_POD` and remove the else part of it.
--
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]