phi-friday commented on code in PR #41039:
URL: https://github.com/apache/airflow/pull/41039#discussion_r1702633675


##########
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:
   I tried as you suggested.
   I added 2 examples (decorator, classic) and added the relevant content to 
`python.rst`.
   
   Let me know if there are any semantic issues, grammatical issues, or if it 
doesn't work in any way. I'll check it out and fix it.



-- 
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