From 9166bb13b431f072c515bc5168621067f790a76a Mon Sep 17 00:00:00 2001 From: IndiTheo <92979391+IndiTheo@users.noreply.github.com> Date: Tue, 2 Jun 2026 00:56:55 +0300 Subject: [PATCH] Update number of callback types from six to five --- .../logging-monitoring/callbacks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow-core/docs/administration-and-deployment/logging-monitoring/callbacks.rst b/airflow-core/docs/administration-and-deployment/logging-monitoring/callbacks.rst index 9cbd3b2976bb3..9b15c8f6c09f5 100644 --- a/airflow-core/docs/administration-and-deployment/logging-monitoring/callbacks.rst +++ b/airflow-core/docs/administration-and-deployment/logging-monitoring/callbacks.rst @@ -51,7 +51,7 @@ There are three different places where callbacks can be defined. Callback Types -------------- -There are six types of events that can trigger a callback: +There are five types of callbacks triggered on specific events: =========================================== ======================================================================= ================= Name Description Availability