https://dagster.io/ logo
Title
v

Vladislav Ladenkov

09/27/2021, 10:21 AM
Hello! Is there a way to force consequent solid execution, even if they have nothing to return. They are independent and can be run in parallel, but they have to be consequent
s

Sebastian Napiorkowski

09/27/2021, 10:27 AM
just pass a dummy token around in the order you want
v

Vladislav Ladenkov

09/27/2021, 10:28 AM
yes, i’m using this workaround right now, but it’s still a workaround 🙂 Thanks!
s

sourabh upadhye

09/27/2021, 10:34 AM
how are you executing the solids? Is it with the dagster.execute_solid() or is it within the pipeline?
v

Vladislav Ladenkov

09/27/2021, 10:43 AM
i execute them within a pipeline
a

Arun Kumar

09/27/2021, 10:43 AM
There is a special type called
Nothing
which can also be used to trigger order based dependencies. https://docs.dagster.io/concepts/solids-pipelines/pipelines#order-based-dependencies-nothing-dependencies
:dagstir: 1
👍 2
🎩 1