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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to