TaskInstance

Properties

NameTypeDescriptionNotes
task_idstr[optional]
dag_idstr[optional]
dag_run_idstrThe DagRun ID for this task instance New in version 2.3.0[optional]
execution_datestr[optional]
start_datestr, none_type[optional]
end_datestr, none_type[optional]
durationfloat, none_type[optional]
stateTaskState[optional]
try_numberint[optional]
map_indexint[optional]
max_triesint[optional]
hostnamestr[optional]
unixnamestr[optional]
poolstr[optional]
pool_slotsint[optional]
queuestr, none_type[optional]
priority_weightint, none_type[optional]
operatorstr, none_typeChanged in version 2.1.1: Field becomes nullable.[optional]
queued_whenstr, none_type[optional]
pidint, none_type[optional]
executor_configstr[optional]
sla_missSLAMiss[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]
triggerTrigger[optional]
triggerer_jobJob[optional]
notestr, none_typeContains manually entered notes by the user about the TaskInstance. New in version 2.5.0[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]