truevoid-development / dagster-composable-graphs

Library to create Dagster jobs from YAML
https://docs.truevoid.dev
Apache License 2.0
1 stars 0 forks source link

Fixed bug due to single input key #12

Closed Milias closed 3 months ago

Milias commented 3 months ago

The issue occurs because dagster ops with a single output return the value as-is, while multiple outputs return a dictionary.