Files
dbt-project-evaluator/models/audit/dag/dag.yml

9 lines
358 B
YAML

version: 2
models:
- name: stg_dag_relationships
description: "This table shows one record for every node and each of its downstream children (including itself)."
- name: fct_source_fanout
description: "This table shows each parent/child relationship where a source is the direct parent of multiple nodes in the DAG."
tests:
- is_empty