airflow.models.expandinput¶
Module Contents¶
Classes¶
Stand-in stub for task-group-mapping arguments. |
|
Storage type of a mapped operator's mapped kwargs. |
|
Storage type of a mapped operator's mapped kwargs. |
Functions¶
|
|
|
|
|
Attributes¶
- class airflow.models.expandinput.MappedArgument[source]¶
Bases:
airflow.utils.mixins.ResolveMixinStand-in stub for task-group-mapping arguments.
This is very similar to an XComArg, but resolved differently. Declared here (instead of in the task group module) to avoid import cycles.
- exception airflow.models.expandinput.NotFullyPopulated(missing)[source]¶
Bases:
RuntimeErrorRaise when
get_map_lengthscannot 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:
NamedTupleStorage type of a mapped operator’s mapped kwargs.
This is created from
expand(**kwargs).