phi-friday commented on code in PR #41039:
URL: https://github.com/apache/airflow/pull/41039#discussion_r1702471228
##########
airflow/operators/python.py:
##########
@@ -440,6 +440,7 @@ def __init__(
expect_airflow: bool = True,
skip_on_exit_code: int | Container[int] | None = None,
use_dill: bool = False,
+ use_airflow_context: bool = False,
Review Comment:
This is the hardest area for me.
I have a hard time communicating without a translator.
I could work on documentation, but it wouldn't be a good product.
--
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]