store failures (#12)

This commit is contained in:
Austin 2022-08-09 10:55:28 -04:00 committed by GitHub
parent 5b9424c1f9
commit 1bbdaebfd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@ clean-targets: # directories to be removed by `dbt clean`
- "dbt_modules"
- "dbt_packages"
tests:
+store_failures: true # all tests
on-run-start:
- "{{ create_sps() }}"
- "{{ create_udfs() }}"

View File

@ -22,7 +22,7 @@
SELECT
block_base.block_number,
tx_count,
model_name.block_number,
model_name.block_number AS model_block_number,
model_tx_count
FROM
block_base