dags.output#

Module Contents#

Functions#

single_output(func)

Convert tuple output to single output.

dict_output([func, keys])

Convert tuple output to dict output.

list_output(func)

Convert tuple output to list output.

aggregated_output([func, aggregator])

Aggregate tuple output.

dags.output.single_output(func)[source]#

Convert tuple output to single output.

dags.output.dict_output(func=None, *, keys=None)[source]#

Convert tuple output to dict output.

dags.output.list_output(func)[source]#

Convert tuple output to list output.

dags.output.aggregated_output(func=None, *, aggregator=None)[source]#

Aggregate tuple output.