Skip to content

Commit

Permalink
store test failures (duneanalytics#7413)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRobin authored Jan 3, 2025
1 parent fe3b52d commit 8ce87a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dbt_subprojects/tokens/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 8ce87a8

Please sign in to comment.