https://dagster.io/ logo
#dagster-support
Title
# dagster-support
j

Jake Kagan

01/24/2023, 2:36 PM
does anyone know how you can pass a dependency (another op) into a configuration of a reusable op? for example
x = configured(reusable_op, name='x')({"whatever_is_configured_in_the_reusable_op":'some_arg')
how can i set an op above this one without changing the reusable op?