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

kaxilnaik pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 88c498b2f4696a9b2a5b12f38bd5e3358fc4f2c4
Author: Daniel Standish <[email protected]>
AuthorDate: Tue Apr 22 13:59:59 2025 -0700

    Remove unused constant HANDLER_SUPPORTS_TRIGGERER (#49370)
    
    This was obsoleted by logging changes in task sdk, but its removal was 
missed, it seems.
    
    (cherry picked from commit adffb476581b75e68f9a92fb487d902253355b8d)
---
 airflow-core/src/airflow/jobs/triggerer_job_runner.py | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/airflow-core/src/airflow/jobs/triggerer_job_runner.py 
b/airflow-core/src/airflow/jobs/triggerer_job_runner.py
index 05ba3dd28ad..0752b59a01e 100644
--- a/airflow-core/src/airflow/jobs/triggerer_job_runner.py
+++ b/airflow-core/src/airflow/jobs/triggerer_job_runner.py
@@ -81,14 +81,6 @@ if TYPE_CHECKING:
     from airflow.sdk.types import RuntimeTaskInstanceProtocol as RuntimeTI
     from airflow.triggers.base import BaseTrigger
 
-HANDLER_SUPPORTS_TRIGGERER = False
-"""
-If this value is true, root handler is configured to log individual trigger 
messages
-visible in task logs.
-
-:meta private:
-"""
-
 logger = logging.getLogger(__name__)
 
 __all__ = [

Reply via email to