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

20 lines
428 B
YAML

version: 2
exposures:
- name: exposure_1
description: real_dashboard with fun chars '\!@#
type: dashboard
url: dave.com/metrics
maturity: low
owner:
name: dave's davey
email: proserv@dbt.com
config:
tags: ['proserv']
depends_on:
- ref('fct_model_6')
- ref('fct_model_9')
- ref('dim_model_7')
- ref('dim_model_7')
- source('source_1', 'table_1')