add fr false (#167)

This commit is contained in:
Jack Forgash 2023-08-28 16:00:47 -06:00 committed by GitHub
parent 6b94cb4234
commit d484b0e164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
{{ config(
materialized = 'incremental',
unique_key = 'block_height',
tags = ['get_block_tx_count']
tags = ['get_block_tx_count'],
full_refresh = False
) }}
WITH starting_block AS (