brooklyn-data / dbt_artifacts

A dbt package for modelling dbt metadata. https://brooklyn-data.github.io/dbt_artifacts
Apache License 2.0
323 stars 119 forks source link

[Feature]: Include relation_name in test_executions for table reference after store-failures #433

Closed mbyrne00 closed 1 month ago

mbyrne00 commented 4 months ago

Overview

When we run dbt test --store-failures, the full table identifier for the failures is included in the results[*].relation_name field run_results.json. It would be nice to include this so we can easily navigate to the corresponding table for more details.

What problem would this solve?

Easier navigation to details of test execution failures.

Would you be willing to contribute?

mbyrne00 commented 1 month ago

We ended up using re_data for tracking tests. Given there are other tools for tests I guess this is not needed.