Files
dbt-project-evaluator/models/marts/performance/performance.yml
2025-08-11 20:37:21 +02:00

12 lines
426 B
YAML

version: 2
models:
- name: fct_chained_views_dependencies
description: >
This returns models dependent on chains of "non-physically-materialized" models (views and ephemerals),
highlighting potential cases for improving performance by switching the materialization of model(s) within
the chain to table or incremental.
data_tests:
- is_empty:
config:
severity: warn