*`Nothing` dependencies between graphs* I'm group...
# ask-community
s
Nothing
dependencies between graphs
I'm grouping ops (logically) in graphs and then trying to find a way to sequence the execution of the graphs without using data dependencies. It seems that I can't use the
dagster.Nothing
dependency trick with
graphs
(see https://docs.dagster.io/concepts/ops-jobs-graphs/graphs#defining-nothing-dependencies) as
graphs
require their inputs to be mapped. I'd prefer not to pepper my ops with
Nothing
inputs. Any suggestions?