shahar1 commented on code in PR #41039:
URL: https://github.com/apache/airflow/pull/41039#discussion_r1702524810
##########
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.
No worries, do you want to give it a shot, and I'll rephrase afterward? Or,
I could write it for you entirely if you want.
Let me know what works best for you, and I'll help :)
--
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]