mirror of
https://github.com/FlipsideCrypto/axelar-models.git
synced 2026-02-06 14:26:54 +00:00
not null
This commit is contained in:
parent
5782b2bf3e
commit
4e217a16a9
@ -54,7 +54,7 @@ FROM
|
||||
{{ ref('bronze__blocks') }}
|
||||
WHERE
|
||||
DATA :error :code IS NULL
|
||||
AND block_id IS NULL
|
||||
AND block_id IS NOT NULL
|
||||
|
||||
{% if is_incremental() %}
|
||||
AND _inserted_timestamp >= (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user