mirror of
https://github.com/FlipsideCrypto/sui-models.git
synced 2026-02-06 11:36:47 +00:00
17 lines
224 B
SQL
17 lines
224 B
SQL
{{ config (
|
|
materialized = 'view'
|
|
) }}
|
|
|
|
SELECT
|
|
VALUE,
|
|
epoch,
|
|
DATA
|
|
FROM
|
|
{{ source(
|
|
'bronze_streamline',
|
|
'events'
|
|
) }}
|
|
WHERE
|
|
epoch <= 629
|
|
AND VALUE: checkpoint :: INT < 96605300
|