eladkal commented on code in PR #41039:
URL: https://github.com/apache/airflow/pull/41039#discussion_r1708622496


##########
docs/apache-airflow/howto/operator/python.rst:
##########
@@ -102,6 +102,37 @@ is evaluated as a :ref:`Jinja template 
<concepts:jinja-templating>`.
             :start-after: [START howto_operator_python_render_sql]
             :end-before: [END howto_operator_python_render_sql]
 
+Context
+^^^^^^^
+
+The ``Context`` is a dictionary object that contains information
+about the environment of the currently running ``DAG``.

Review Comment:
   ```suggestion
   about the environment of the ``DagRun``.
   ```



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