https://dagster.io/ logo
m

Manas Jain

11/11/2020, 9:56 AM
Hi Team, I am using solid factory to create solids dynamically based on a template. However, I want to pass a parameter to the pipeline, but it is throwing an error as I am unable to use run_config to initiate a solid and then take it from there. Can you please help me in passing a variable inside a pipeline using solid factory
y

Yichen

11/13/2020, 6:19 PM
Hey Manas, we should have provided more details on solid factory. Thanks for pointing it out. cc @yuhan Can you provide more context on what do you want to achieve by creating solids dynamically? Would apply a hook on your solid or pipeline be helpful? https://docs.dagster.io/examples/hooks#apply-a-hook-on-a-solid
1
y

yuhan

11/18/2020, 10:53 PM
@Manas Jain sorry for the late reply. do you mind sharing the error msg and stack?