Schema
Each entry describes a flow from one node to one or more downstream nodes.
from.kind:source,plugin, orsinkfrom.name: name of the nodeto: list of destination nodes
Example
tangent.yaml
🧠 Notes
- The DAG determines execution order.
- Multiple plugins or sinks can receive data from one source.
- Cycles are not allowed (it must remain acyclic).