exposures.yaml
version: 2

exposures:
  - name: powerbi_sales_dashboard
    type: dashboard
    maturity: high
    url: https://powerbi.microsoft.com/....
    description: "Sales Dashboard (CA, marge, top products)."
    owner:
      name: Data Team
      email: data@company.com
    depends_on:
      - ref('fact_orders')
      - ref('dim_customers')
      - source('dev', 'orders')
      - source('dev', 'consumers')