dbt-labs/dbt-docs

[CT-3523] [regression] missing details for exposures in dbt docs page

graciegoheen opened this issue · 2 comments

Describe the bug

We seem to have removed owner, maturity and other fields, for Exposures in the docs, under the Details section, in version 1.6 and above.

Steps To Reproduce

  • create an exposure in a dbt project
exposures:

  - name: weekly_jaffle_metrics
    label: Jaffles by the Week
    type: dashboard
    maturity: high
    url: https://bi.tool/dashboards/1
    description: >
      Did someone say "exponential growth"?

    depends_on:
      - ref('my_model')

    owner:
      name: Callum McData
      email: data@jaffleshop.com
  • generate docs dbt docs generate && dbt docs serve
  • open the generated docs site and navigate to the page for the exposure

Expected behavior

Screenshot 2024-01-04 at 10 14 41 AM
In 1.6 and 1.7, we only see the tags field.

Screenshot 2024-01-04 at 10 20 26 AM
In 1.5, we have the full details displayed.

Additional context

Add any other context about the problem here.

This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.