mirror of
https://github.com/FlipsideCrypto/sei-models.git
synced 2026-02-06 19:16:53 +00:00
fix key (#134)
This commit is contained in:
parent
d7085457c7
commit
7f2e2a3de8
@ -12,7 +12,7 @@ WITH bronze_blocks AS (
|
||||
SELECT
|
||||
block_number,
|
||||
partition_key,
|
||||
DATA:result AS block_json,
|
||||
coalesce(DATA:result, DATA) AS block_json,
|
||||
_inserted_timestamp
|
||||
FROM
|
||||
{% if is_incremental() %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user