dbt-data-reliability icon indicating copy to clipboard operation
dbt-data-reliability copied to clipboard

Add test alias and test node name to elementary test results

Open IDoneShaveIt opened this issue 3 years ago • 0 comments

dbt allows you to configure a custom name for test. In this PR I added test alias and test node name to elementary test results table so we would be able to extract the custom name in the CLI.

The graph doesn't contains the custom name param, and the way to retrieve it is to see if the alias and the name fields of the test node are equal. If so, it means that the user provided a custom name for the test.

IDoneShaveIt avatar Sep 15 '22 09:09 IDoneShaveIt