https://github.com/dagster-io/dagster

References

https://github.com/dagster-io/dagster

Dev env https://dagster.readthedocs.io/en/stable/sections/community/contributing.html

0.4.3(masterブランチを眺めていると次のリリースで、引数名などがわかりやすい名前に多数変更される)

Home - Dagster

Jupyter Notebookの利用

Input Output

resultはsolid間のdefaultの変数名となる

import dagstermill as dm
dm.yield_result(result_obj, output_name="result")

<aside> 💡 これもnext versionで変わる

</aside>

Introducing Dagster - Nick Schrock - Medium