https://github.com/dagster-io/dagster
https://github.com/dagster-io/dagster
Dev env https://dagster.readthedocs.io/en/stable/sections/community/contributing.html
0.4.3(masterブランチを眺めていると次のリリースで、引数名などがわかりやすい名前に多数変更される)
resultはsolid間のdefaultの変数名となる
import dagstermill as dm
dm.yield_result(result_obj, output_name="result")
<aside> 💡 これもnext versionで変わる
</aside>