Hello team! I hope everyone is having a great week...
# ask-community
e
Hello team! I hope everyone is having a great weekend. I have a question regarding
@op
and
@solid
I have two solid tasks that don't return anything, and I would like to create a dependency between each other. I saw an implementation before with
InputDefitinion
and
Nothing
, but it looks like it's deprecated. Does someone know how I can accomplish this? Thanks!
d
I think
@solid
is deprecated, but nothing is still the way to do this. For an example see: https://docs.dagster.io/concepts/ops-jobs-graphs/graphs#defining-nothing-dependencies
❤️ 2
e
Thanks!!! That is really helpful