https://dagster.io/ logo
x

Xu Zhang

11/15/2020, 6:08 AM
Guys, i tried to use
execute_pipeline
to run a pipeline which completely only exists in memory; since i passed in an Dagster instance, the runs details were able to picked up by Dagit UI; however, it only shows the pipeline tree structure, and if I click the solid, it wouldn’t show anything. Is this expected?
d

daniel

11/15/2020, 3:04 PM
Hi Xu - is there a reason it’s not possible to have a function that returns the PipelineDefinition that you passed into execute_pipeline, and then reference that function in your workspace? Just wanted to check that first since if that was possible, more things might work out of the box