This commit is contained in:
Austin 2025-09-03 11:17:03 -04:00 committed by GitHub
parent d7085457c7
commit 7f2e2a3de8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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() %}