TaskInstance

Properties

NameTypeDescriptionNotes
dag_idstr[optional]
dag_run_idstrThe DagRun ID for this task instance New in version 2.3.0[optional]
durationfloat, none_type[optional]
end_datestr, none_type[optional]
execution_datestr[optional]
executor_configstr[optional]
hostnamestr[optional]
map_indexint[optional]
max_triesint[optional]
notestr, none_typeContains manually entered notes by the user about the TaskInstance. New in version 2.5.0[optional]
operatorstr, none_typeChanged in version 2.1.1: Field becomes nullable.[optional]
pidint, none_type[optional]
poolstr[optional]
pool_slotsint[optional]
priority_weightint, none_type[optional]
queuestr, none_type[optional]
queued_whenstr, none_typeThe datetime that the task enter the state QUEUE, also known as queue_at[optional]
rendered_fields{str: (bool, date, datetime, dict, float, int, list, str, none_type)}JSON object describing rendered fields. New in version 2.3.0[optional]
rendered_map_indexstr, none_typeRendered name of an expanded task instance, if the task is mapped. New in version 2.9.0[optional]
sla_missSLAMiss[optional]
start_datestr, none_type[optional]
stateTaskState[optional]
task_display_namestrHuman centric display text for the task. New in version 2.9.0[optional]
task_idstr[optional]
triggerTrigger[optional]
triggerer_jobJob[optional]
try_numberint[optional]
unixnamestr[optional]
any string namebool, date, datetime, dict, float, int, list, str, none_typeany string name can be used but the value must be the correct type[optional]

[Back to Model list] [Back to API list] [Back to README]