mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 09:26:44 +00:00
not null
This commit is contained in:
parent
144e9fddcc
commit
8bf447b61a
@ -19,6 +19,8 @@ FROM
|
||||
{{ ref('silver__artemis') }}
|
||||
WHERE
|
||||
metric = 'dau'
|
||||
AND metric_value IS NOT NULL
|
||||
|
||||
{% if is_incremental() %}
|
||||
AND _inserted_timestamp >= (
|
||||
SELECT COALESCE(MAX(_inserted_timestamp), '1970-01-01'::TIMESTAMP_NTZ)
|
||||
|
||||
@ -19,6 +19,7 @@ FROM
|
||||
{{ ref('silver__artemis') }}
|
||||
WHERE
|
||||
metric = 'daily_txns'
|
||||
AND metric_value IS NOT NULL
|
||||
|
||||
{% if is_incremental() %}
|
||||
AND _inserted_timestamp >= (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user