mziwisky commented on issue #34158:
URL: https://github.com/apache/airflow/issues/34158#issuecomment-2166889638

   The original post on this issue offers a workaround -- access context 
properties by making them parameters of your task function.  e.g.
   
   ```python
   @task.virtualenv(system_site_packages=True)
   def test(data_interval_end=None):
       print(data_interval_end)
   ```


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