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