Milos Tomic
04/08/2020, 11:24 AMdagstermill.yield_result
didn't help
Also why is documentation so wild, you start intro with defining solids with decorator and after a while you are using SolidDefinitions, is there a way for dagstermill solid to be defined with decorator?
Sorry if my questions are stupid, really just trying to learn
this is basically my structure and I would like my solid transformation_joins.. to be ipynb that can return value / variable from notebook, if that's possible.max
04/08/2020, 5:54 PMdagstermill.yield_result
?Milos Tomic
04/09/2020, 7:46 AMimport dagstermill as dm
result = 3
dm.yield_result(result)