Apache Airflow · Schema
TaskInstanceHistoryResponse
TaskInstanceHistory serializer for responses.
Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering
Properties
| Name | Type | Description |
|---|---|---|
| task_id | string | |
| dag_id | string | |
| dag_run_id | string | |
| map_index | integer | |
| start_date | object | |
| end_date | object | |
| duration | object | |
| state | object | |
| try_number | integer | |
| max_tries | integer | |
| task_display_name | string | |
| dag_display_name | string | |
| hostname | object | |
| unixname | object | |
| pool | string | |
| pool_slots | integer | |
| queue | object | |
| priority_weight | object | |
| operator | object | |
| operator_name | object | |
| queued_when | object | |
| scheduled_when | object | |
| pid | object | |
| executor | object | |
| executor_config | string | |
| dag_version | object |