store_failures are saved in a new table with the name of the test by default but as per my requirement i would like to configure the results table with custom name . Could any one help me with this requst

The problem I’m having

As per my requirement , I would like to update custom table name for the results table.
For instance , Results table is saving like this - .dbt_utils_equality_Target_vwNe_9a2f03ce493367ba743f226c96f0f3d6 . i would like to save the table name with test case name instead of 9a2f03ce493367ba743f226c96f0f3d6

Try setting the name argument for a test: About tests property | dbt Developer Hub (getdbt.com)

2 Likes

Thanks a ton @jeffrey.erickson . Super simple solution provided . It worked for me