mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 13:41:55 +00:00
add fr false (#167)
This commit is contained in:
parent
6b94cb4234
commit
d484b0e164
@ -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 (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user