dabla commented on code in PR #58684:
URL: https://github.com/apache/airflow/pull/58684#discussion_r2563622293
##########
providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -851,32 +851,49 @@ def convert_config_file_to_dict(self):
else:
self._config_dict = None
- def invoke_defer_method(self, last_log_time: DateTime | None = None) ->
None:
+ def invoke_defer_method(self, context: Context, last_log_time: DateTime |
None = None) -> None:
Review Comment:
Maybe make context Optional as second parameter?
--
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]