Guys, i tried to use `execute_pipeline` to run a p...
# announcements
x
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
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