bmritz / datajet

A Data Dependency Graph Framework and Executor
https://bmritz.github.io/datajet/
MIT License
2 stars 1 forks source link

Implement "out" parameter to data maps that will specify outputs #6

Open bmritz opened 2 years ago

bmritz commented 2 years ago

The outputs may map to a dict that is output. We'd disregard the dict key if the "out" parameter is specified. This may also open up the ability to specify a list of nodes, instead of a map.