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

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new aa24daba821 docs: update link to context.py in callbacks.rst (#45676)
aa24daba821 is described below

commit aa24daba8219c8a2a7093387a9e47b1a6cf8fab0
Author: Hojin Jun <[email protected]>
AuthorDate: Thu Mar 6 01:18:27 2025 +0900

    docs: update link to context.py in callbacks.rst (#45676)
    
    * docs: update link to context.py in callbacks.rst
    
    Updated the link in callbacks.rst to point to the correct context.py file 
in the Airflow GitHub repository.
    Ensured the documentation provides accurate references to the available 
variables in the context.
    
    * Update 
docs/apache-airflow/administration-and-deployment/logging-monitoring/callbacks.rst
    
    Co-authored-by: Kaxil Naik <[email protected]>
    
    ---------
    
    Co-authored-by: Elad Kalif <[email protected]>
    Co-authored-by: Kaxil Naik <[email protected]>
---
 .../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 d20b5d3c92b..7d727bc01c4 100644
--- 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/callbacks.rst
+++ 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/callbacks.rst
@@ -97,4 +97,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/task_sdk/src/airflow/sdk/definitions/context.py>`_.

Reply via email to