You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/11 06:40:32 UTC

[GitHub] [airflow] uranusjr commented on a change in pull request #19378: Change logLevel as debug for XCOM returned value message

uranusjr commented on a change in pull request #19378:
URL: https://github.com/apache/airflow/pull/19378#discussion_r747239756



##########
File path: airflow/operators/python.py
##########
@@ -145,6 +150,7 @@ def __init__(
         op_kwargs: Optional[Dict] = None,
         templates_dict: Optional[Dict] = None,
         templates_exts: Optional[List[str]] = None,
+        show_return_value_in_logs: Optional[bool] = True,

Review comment:
       If the default is `True`, this shouldn't need to be `Optional`? What does passing in `None` mean?




-- 
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-unsubscribe@airflow.apache.org

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