jroachgolf84 commented on code in PR #71528:
URL: https://github.com/apache/airflow/pull/71528#discussion_r3790035674
##########
providers/google/src/airflow/providers/google/cloud/operators/kubernetes_engine.py:
##########
@@ -799,6 +800,25 @@ def invoke_defer_method(
on_finish_action = self.on_finish_action
if type(on_finish_action) is str and self.on_finish_action not in
[i.value for i in OnFinishAction]:
on_finish_action = self.on_finish_action.split(".")[-1].lower() #
type: ignore[assignment]
+
+ # Translate ``execution_timeout`` into an absolute deadline plumbed to
Review Comment:
Can you please reduce the comments, as not to just restate what the code is
doing?
--
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]