amoghrajesh commented on issue #57437: URL: https://github.com/apache/airflow/issues/57437#issuecomment-3461635719
Yeah, I do not see the reported error too, I see this: ```shell script [2025-10-29 19:17:32] ERROR - Task failed with exception source=task loc=task_runner.py:996 AirflowException: SMTP connection is not found. File "/opt/airflow/task-sdk/src/airflow/sdk/execution_time/task_runner.py", line 934 in run File "/opt/airflow/task-sdk/src/airflow/sdk/execution_time/task_runner.py", line 1331 in _execute_task File "/opt/airflow/task-sdk/src/airflow/sdk/bases/operator.py", line 416 in wrapper File "/opt/airflow/providers/standard/src/airflow/providers/standard/operators/hitl.py", line 152 in execute File "/opt/airflow/task-sdk/src/airflow/sdk/bases/notifier.py", line 138 in __call__ File "/opt/airflow/providers/smtp/src/airflow/providers/smtp/notifications/smtp.py", line 152 in notify File "/opt/airflow/providers/smtp/src/airflow/providers/smtp/hooks/smtp.py", line 80 in __enter__ File "/opt/airflow/providers/smtp/src/airflow/providers/smtp/hooks/smtp.py", line 120 in get_conn AirflowNotFoundException: The conn_id `smtp_default` isn't defined File "/opt/airflow/providers/smtp/src/airflow/providers/smtp/hooks/smtp.py", line 118 in get_conn File "/opt/airflow/task-sdk/src/airflow/sdk/bases/hook.py", line 61 in get_connection File "/opt/airflow/task-sdk/src/airflow/sdk/definitions/connection.py", line 225 in get File "/opt/airflow/task-sdk/src/airflow/sdk/execution_time/context.py", line 175 in _get_connection ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
