kempspo commented on code in PR #50914:
URL: https://github.com/apache/airflow/pull/50914#discussion_r2101932381


##########
providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -233,6 +233,10 @@ class KubernetesPodOperator(BaseOperator):
     :param logging_interval: max time in seconds that task should be in 
deferred state before
         resuming to fetch the latest logs. If ``None``, then the task will 
remain in deferred state until pod
         is done, and no logs will be visible until that time.
+    :param show_return_value_in_logs: a bool value whether to show 
return_value logs. Defaults to True,

Review Comment:
   That definitely makes more sense to me. I can change the implementation to 
that instead, if it's what we want.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to