aritra24 commented on PR #47965:
URL: https://github.com/apache/airflow/pull/47965#issuecomment-2737463785

   for context this is the error at hand
   ```
   {
               "timestamp": "2025-03-19T15:00:52.088368Z",
               "event": "Task failed with exception",
               "level": "error",
               "logger": "task",
               "error_detail": [
                   {
                       "exc_type": "ZeroDivisionError",
                       "exc_value": "division by zero",
                       "exc_notes": [],
                       "syntax_error": null,
                       "is_cause": false,
                       "frames": [
                           {
                               "filename": 
"/opt/airflow/task-sdk/src/airflow/sdk/execution_time/task_runner.py",
                               "lineno": 582,
                               "name": "run"
                           },
                           {
                               "filename": 
"/opt/airflow/task-sdk/src/airflow/sdk/execution_time/task_runner.py",
                               "lineno": 718,
                               "name": "_execute_task"
                           },
                           {
                               "filename": 
"/opt/airflow/task-sdk/src/airflow/sdk/definitions/baseoperator.py",
                               "lineno": 373,
                               "name": "wrapper"
                           },
                           {
                               "filename": 
"/opt/airflow/airflow/decorators/base.py",
                               "lineno": 252,
                               "name": "execute"
                           },
                           {
                               "filename": 
"/opt/airflow/task-sdk/src/airflow/sdk/definitions/baseoperator.py",
                               "lineno": 373,
                               "name": "wrapper"
                           },
                           {
                               "filename": 
"/opt/airflow/providers/standard/src/airflow/providers/standard/operators/python.py",
                               "lineno": 202,
                               "name": "execute"
                           },
                           {
                               "filename": 
"/opt/airflow/providers/standard/src/airflow/providers/standard/operators/python.py",
                               "lineno": 226,
                               "name": "execute_callable"
                           },
                           {
                               "filename": 
"/opt/airflow/airflow/utils/operator_helpers.py",
                               "lineno": 262,
                               "name": "run"
                           },
                           {
                               "filename": "/files/dags/sample_dag2.py",
                               "lineno": 17,
                               "name": "error"
                           }
                       ]
                   }
               ]
           },
   ```


-- 
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]

Reply via email to