From 8ce87a8086b7fd07aa1a632a4a36701360f8d64c Mon Sep 17 00:00:00 2001 From: 0xRob <83790096+0xRobin@users.noreply.github.com> Date: Fri, 3 Jan 2025 23:50:46 +0700 Subject: [PATCH] store test failures (#7413) --- dbt_subprojects/tokens/dbt_project.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dbt_subprojects/tokens/dbt_project.yml b/dbt_subprojects/tokens/dbt_project.yml index 4ab163deb41..582d4218748 100644 --- a/dbt_subprojects/tokens/dbt_project.yml +++ b/dbt_subprojects/tokens/dbt_project.yml @@ -23,6 +23,12 @@ vars: DBT_ENV_INCREMENTAL_TIME_UNIT: "{{ env_var('DBT_ENV_INCREMENTAL_TIME_UNIT', 'day') }}" ETH_ERC20_ADDRESS: '0x0000000000000000000000000000000000000000' +# Configuring tests +# Full documentation: https://docs.getdbt.com/reference/test-configs +data_tests: + tokens: + +store_failures: true # store failures for all tests + # These configurations specify where dbt should look for different types of files. # You don't need to change these! model-paths: ["models", "../../sources"]