airflow.models.expandinput
¶
Module Contents¶
Classes¶
Storage type of a mapped operator's mapped kwargs. |
|
Storage type of a mapped operator's mapped kwargs. |
Functions¶
|
|
|
Attributes¶
- exception airflow.models.expandinput.NotFullyPopulated(missing)[source]¶
Bases:
RuntimeError
Raise when
get_map_lengths
cannot populate all mapping metadata.This is generally due to not all upstream tasks have finished when the function is called.
- class airflow.models.expandinput.DictOfListsExpandInput[source]¶
Bases:
NamedTuple
Storage type of a mapped operator’s mapped kwargs.
This is created from
expand(**kwargs)
.