eladkal commented on code in PR #34153:
URL: https://github.com/apache/airflow/pull/34153#discussion_r1319430678


##########
airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -328,6 +328,7 @@ def __init__(
         is_delete_operator_pod: None | bool = None,
         termination_message_policy: str = "File",
         active_deadline_seconds: int | None = None,
+        progress_callback: Callable[[str], None] | None = None,

Review Comment:
   Please add this parameter to the class doc string description 
   `:param progress_callback: ...`



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