mirror of
https://github.com/FlipsideCrypto/cosmos-models.git
synced 2026-02-06 11:21:52 +00:00
.
This commit is contained in:
parent
2b1734c9ca
commit
06b1adb64b
@ -54,11 +54,10 @@ WITH base_atts AS (
|
||||
msg_type = 'message'
|
||||
AND attribute_key = 'sender'
|
||||
)
|
||||
)
|
||||
AND COALESCE(
|
||||
b.value,
|
||||
''
|
||||
) NOT LIKE '%option%weight%'
|
||||
) {# AND COALESCE(
|
||||
b.value,
|
||||
''
|
||||
) NOT LIKE '%option%weight%' #}
|
||||
|
||||
{% if is_incremental() %}
|
||||
AND _inserted_timestamp >= (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user