pdellarciprete commented on issue #57618:
URL: https://github.com/apache/airflow/issues/57618#issuecomment-3728934982

   Hello @ephraimbuddy, 
   
   how should I check it? 
   Looking into the DB I see :
   ```sql
   SELECT * FROM
     "public"."task_instance"
     WHERE dag_id = 'sadp_dag_196'
     and run_id = 'scheduled__2026-01-09T00:15:00+00:00'
     and task_id = 'task_1';
   ```
   
   ```json
   [
     {
       "task_id": "task_1",
       "dag_id": "sadp_dag_196",
       "run_id": "scheduled__2026-01-09T00:15:00+00:00",
       "map_index": "-1",
       "start_date": "2026-01-09T01:24:48.581784Z",
       "end_date": "2026-01-09T01:25:02.241058Z",
       "duration": "13.659274",
       "state": "success",
       "try_number": "2",
       "max_tries": "3",
       "hostname": "sadp-dag-196-task-1-sh6ds4u1",
       "unixname": "airflow",
       "pool": "default_pool",
       "pool_slots": "1",
       "queue": "default",
       "priority_weight": "5",
       "operator": "PythonOperator",
       "custom_operator_name": "PythonOperator",
       "queued_dttm": "2026-01-09T01:22:54.77853Z",
       "queued_by_job_id": "21663",
       "pid": "14",
       "executor_config": "\u0005}.",
       "updated_at": "2026-01-09T01:25:11.016781Z",
       "rendered_map_index": "",
       "external_executor_id": "21661",
       "trigger_id": "",
       "trigger_timeout": "",
       "next_method": "",
       "next_kwargs": "null",
       "task_display_name": "task_1",
       "executor": "",
       "id": "019ba053-04d0-7b93-9d66-bd0c7d821b46",
       "last_heartbeat_at": "2026-01-09T01:25:02.260657Z",
       "dag_version_id": "019b1df2-dde1-7d84-a2db-c654784fba00",
       "scheduled_dttm": "2026-01-09T01:22:54.618276Z",
       "context_carrier": "",
       "span_status": "ended"
     }
   ]
   ```


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