dbt-labs / dbt-project-evaluator

This package contains macros and models to find DAG issues automatically
https://dbt-labs.github.io/dbt-project-evaluator/latest/
Apache License 2.0
451 stars 68 forks source link

Add `group` details into results tables to aid identifying owner of failing models #479

Open glsdown opened 3 months ago

glsdown commented 3 months ago

Describe the feature

It would be great to be able to see the group that a failing resource belongs in, as it can help to identify resource owners quickly.

Describe alternatives you've considered

I can't think of any.

Additional context

Not database specific - just requires additional data to be extracted from the graph.

Who will this benefit?

Are you interested in contributing this feature?

I'd be happy to contribute, but don't want to do the work if it's not something that would be introduced.