From 0e5f8374487bd3c12baf81a147be75c6e49b25a8 Mon Sep 17 00:00:00 2001 From: Jack Forgash <58153492+forgxyz@users.noreply.github.com> Date: Wed, 24 May 2023 08:24:09 -0600 Subject: [PATCH] tx gaps off (#121) --- models/core/core__fact_transactions.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/models/core/core__fact_transactions.yml b/models/core/core__fact_transactions.yml index 01b0670..be388a6 100644 --- a/models/core/core__fact_transactions.yml +++ b/models/core/core__fact_transactions.yml @@ -16,10 +16,6 @@ models: tests: - not_null - unique - - tx_gaps: - column_block: block_height - column_tx_count: tx_count - where: BLOCK_TIMESTAMP::DATE < CURRENT_DATE - name: BLOCK_TIMESTAMP description: "{{ doc('block_timestamp') }}"