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

basph 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 45bd9c993e Update callbacks.rst (#32148)
45bd9c993e is described below

commit 45bd9c993ee87789e01aae55f8abb34a0ff1de48
Author: Frank Cash <[email protected]>
AuthorDate: Mon Jun 26 16:38:02 2023 -0400

    Update callbacks.rst (#32148)
---
 .../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 88e6dd7a0b..ccf54f2147 100644
--- 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/callbacks.rst
+++ 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/callbacks.rst
@@ -83,7 +83,7 @@ In the following example, failures in any task call the 
``task_failure_alert`` f
         on_success_callback=None,
         on_failure_callback=task_failure_alert,
         tags=["example"],
-    ) as dag:
+    ):
 
         task1 = EmptyOperator(task_id="task1")
         task2 = EmptyOperator(task_id="task2")

Reply via email to