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

amoghdesai 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 59bf50fd7f1 Disable informatica listeners by default for breeze 
(#62223)
59bf50fd7f1 is described below

commit 59bf50fd7f1a5732441565e4205cf82741a6e313
Author: Amogh Desai <[email protected]>
AuthorDate: Sat Feb 21 12:12:01 2026 +0530

    Disable informatica listeners by default for breeze (#62223)
---
 dev/breeze/src/airflow_breeze/params/shell_params.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/breeze/src/airflow_breeze/params/shell_params.py 
b/dev/breeze/src/airflow_breeze/params/shell_params.py
index 74bb89a4df8..e5ab68bb0e6 100644
--- a/dev/breeze/src/airflow_breeze/params/shell_params.py
+++ b/dev/breeze/src/airflow_breeze/params/shell_params.py
@@ -576,6 +576,7 @@ class ShellParams:
             
"/opt/airflow/dev/breeze/src/airflow_breeze/files/simple_auth_manager_passwords.json",
         )
         _set_var(_env, "AIRFLOW__API__SECRET_KEY", 
b64encode(os.urandom(16)).decode("utf-8"))
+        _set_var(_env, "AIRFLOW__INFORMATICA__LISTENER_DISABLED", "true")
         if self.executor == EDGE_EXECUTOR:
             _set_var(
                 _env,

Reply via email to