This is an automated email from the ASF dual-hosted git repository.

shahar pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-10-test by this push:
     new 2bf8acdc03b docs: update link to context.py in callbacks.rst (#47390)
2bf8acdc03b is described below

commit 2bf8acdc03b99e117ef92d55a922a7c77a2baec4
Author: Elad Kalif <[email protected]>
AuthorDate: Wed Mar 5 19:38:57 2025 +0200

    docs: update link to context.py in callbacks.rst (#47390)
---
 .../administration-and-deployment/logging-monitoring/callbacks.rst      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/callbacks.rst
 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/callbacks.rst
index a70a876ba34..94bde2cafb7 100644
--- 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/callbacks.rst
+++ 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/callbacks.rst
@@ -98,4 +98,4 @@ In the following example, failures in any task call the 
``task_failure_alert`` f
     to be executed in the desired event. Simply pass a list of callback 
functions to the callback args when defining your DAG/task
     callbacks: e.g ``on_failure_callback=[callback_func_1, callback_func_2]``
 
-Full list of variables available in ``context`` in :doc:`docs 
<../../templates-ref>` and `code 
<https://github.com/apache/airflow/blob/main/airflow/utils/context.pyi>`_.
+Full list of variables available in ``context`` in :doc:`docs 
<../../templates-ref>` and `code 
<https://github.com/apache/airflow/blob/main/airflow/utils/context.py>`_.

Reply via email to