dagster icon indicating copy to clipboard operation
dagster copied to clipboard

Dependencies between graph-backed assets without input dependencies

Open dpeng817 opened this issue 2 years ago • 6 comments

Currently, software-defined assets declare their dependencies via inputs to the underlying node. Sometimes, it's advantageous to declare dependencies without having the dependency correspond to an input. In cases such as these, the dependencies would be represented purely by asset key.

Relevant discussion on how to have a subgraph depend on another subgraph: https://github.com/dagster-io/dagster/discussions/9930.

dpeng817 avatar Jul 01 '22 17:07 dpeng817