kaxil commented on code in PR #45676: URL: https://github.com/apache/airflow/pull/45676#discussion_r1919726900
########## 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/airflow/utils/context.py>`_. Review Comment: ```suggestion 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>`_. ``` -- 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