mirror of
https://github.com/dbt-labs/dbt-project-evaluator.git
synced 2025-12-18 02:11:27 +00:00
9 lines
358 B
YAML
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 |