Taylor
05/29/2019, 1:11 AMalex
05/29/2019, 3:03 PMDict[InputHandle, List[OutputHandle]]
where a "handle" is a tuple of node name and input/output name. Here is where we build up one for `Solid`s https://github.com/dagster-io/dagster/blob/master/python_modules/dagster/dagster/core/definitions/dependency.py#L231
and here for `ExecutionStep`s https://github.com/dagster-io/dagster/blob/master/python_modules/dagster/dagster/core/execution/plan/plan.py#L86Taylor
05/29/2019, 3:33 PM