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


##########
newsfragments/41039.feature.rst:
##########
@@ -0,0 +1 @@
+Enable ``get_current_context()`` to work in virtual environments with some 
limitations.

Review Comment:
   I agree.
   This is what I intended in the beginning.
   ```rst
   Enable ``get_current_context()`` to work in virtual environments.
   
   It has the following limitations and should be used with caution
   
   * A dictionary object serializable to json, not a model defined by Airflow.
   * Excludes items with lazy loading applied.
   ```
   
   But I got an error in the static analyzer.
   It's hard to know how to fix it the right way, so I left what I think is 
most important.
   
   Would it be enough to change my initial post to a single line?



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