airflow.models.taskinstancekey¶
Classes¶
Key used to identify task instance.  | 
Module Contents¶
- class airflow.models.taskinstancekey.TaskInstanceKey[source]¶
 Bases:
NamedTupleKey used to identify task instance.
- property primary: tuple[str, str, str, int][source]¶
 Return task instance primary key part of the key.
- property key: TaskInstanceKey[source]¶
 For API-compatibly with TaskInstance.
Returns self