Hi everyone. I am new to Dagster and was wondering...
# announcements
d
Hi everyone. I am new to Dagster and was wondering if anyone had advice on how set up dependencies between solids where data does not need to be shared. Essentially I am looking for a way to have one solid start after the completion of another (or multiple). Thanks!
n
hey Dylan, I think this is what you want: https://docs.dagster.io/examples/nothing
🙌 1
d
Hi Nate, this is exactly what I am looking for. Thanks!