Daniel Mosesson
05/31/2022, 9:13 PMCustomType
via config. I tried annotating CustomType
with @usable_as_dagster_type
and get the same error message:
Input <foo> in op 'myOp' is not connected to the output of a previous node and can not be loaded from configuration, making it impossible to execute. Possible solutions are:
• add a dagster_type_loader for type <CustomType>
• connect <foo> to the output of another node
I am trying to set this from a sensor if that makes senseowen
05/31/2022, 9:45 PMDaniel Mosesson
05/31/2022, 9:48 PMRunRequest(run_key='foo', run_config={'ops':{'myOps':{'config': {'foo': [<instance of CustomType>]}}}}
owen
05/31/2022, 9:52 PM{'ops':{'myOps':{'inputs': {'foo': [<instance of CustomType>]}}}}