Apache Airflow · Schema
TaskInstance
TaskInstance schema from Apache Airflow API
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow
Properties
| Name | Type | Description |
|---|---|---|
| dag_id | string | |
| dag_run_id | string | The DagRun ID for this task instance *New in version 2.3.0* |
| duration | number | |
| end_date | string | |
| execution_date | string | |
| executor_config | string | |
| hostname | string | |
| map_index | integer | |
| max_tries | integer | |
| note | string | Contains manually entered notes by the user about the TaskInstance. *New in version 2.5.0* |
| operator | string | *Changed in version 2.1.1*: Field becomes nullable. |
| pid | integer | |
| pool | string | |
| pool_slots | integer | |
| priority_weight | integer | |
| queue | string | |
| queued_when | string | |
| rendered_fields | object | JSON object describing rendered fields. *New in version 2.3.0* |
| sla_miss | object | |
| start_date | string | |
| state | object | |
| task_id | string | |
| trigger | object | |
| triggerer_job | object | |
| try_number | integer | |
| unixname | string |