datadepends
Datadepends are a formal representation of data dependencies within data processing systems. They encode which data artifacts—datasets, tables, files, or reports—rely on which inputs and transformations. The concept supports provenance, reproducibility, and impact analysis by documenting how outputs are derived.
In practice, datadepends are typically modeled as a directed acyclic graph, where nodes are data artifacts
Creation and maintenance are often automated by data pipelines that emit lineage records whenever a run completes
Relation to other concepts: datadepends are related to data provenance and data lineage but focus specifically