dbt-project-evaluator
dbt-project-evaluator copied to clipboard
Add model version to test output
Describe the feature
Right now, we report the model name for any rule violation. This can lead to misleading results if it's a specific version of a model that violates the rule in question, or if multiple versions of a model both violate a rule and we only report the name. We should
- pull in
version
from thegraph
instg_nodes
- add it to any model that uses
name
in the output and explicitly checks model nodes
Who will this benefit?
What kind of use case will this feature be useful for? Please be specific and provide examples, this will help us prioritize properly.
Are you interested in contributing this feature?
@epapineau relevant to our convo!
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.
@dave-connors-3 is this complete?