mirror of
https://github.com/FlipsideCrypto/gnosis-models.git
synced 2026-02-06 14:17:03 +00:00
parent
d400f362d8
commit
41075faffc
@ -21,9 +21,10 @@ WITH new_records AS (
|
||||
) AS row_num
|
||||
FROM
|
||||
{{ ref('silver_olas__registry_reads') }}
|
||||
|
||||
WHERE
|
||||
token_uri_link :: STRING NOT LIKE '%00000000000000000000000000000000000000000000000%'
|
||||
{% if is_incremental() %}
|
||||
WHERE
|
||||
AND (
|
||||
_inserted_timestamp > (
|
||||
SELECT
|
||||
MAX(_inserted_timestamp)
|
||||
@ -47,6 +48,7 @@ WHERE
|
||||
WHERE
|
||||
NAME IS NULL
|
||||
)
|
||||
)
|
||||
{% endif %}
|
||||
),
|
||||
uri_calls AS (
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
packages:
|
||||
- git: https://github.com/FlipsideCrypto/fsc-evm.git
|
||||
revision: v4.29.0
|
||||
revision: v4.30.0
|
||||
Loading…
Reference in New Issue
Block a user