https://dagster.io/ logo
c

cvb

04/09/2021, 5:09 PM
Hey everyone, what would be the easiest way to get result of the solid in python if pipeline was launched in some other process? For example, I launched pipeline in dagit and now I want to read results in jupyter, I'm using fs_io_manager and can unpickle that data, but it would be so much easier to use something like PipelineExecutionResult.
a

alex

04/09/2021, 5:31 PM
ya this is a use case we don’t have an API for and were discussing recently @chris
a

adamd

04/09/2021, 7:30 PM
Would love this feature
c

cvb

04/12/2021, 7:12 AM
it would be quite useful feature for developers (and maybe data analysts), especially when there is expensive data loading step