Skip to content

Commit

Permalink
C911: Celestia (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMelendez01 authored Jul 31, 2024
1 parent abb0777 commit 3a4a1f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ with
),
flattened_data as (
select
date(to_timestamp(value:date::number / 1000)) as date,
value:date::date as date,
value:"unique_namespaces_count"::integer as unique_namespaces_count,
value:"total_blob_size_mb"::float as total_blob_size_mb
value:"blobsize"::float as total_blob_size_mb
from latest_data, lateral flatten(input => data)
)
select date, unique_namespaces_count, total_blob_size_mb
Expand Down

0 comments on commit 3a4a1f7

Please sign in to comment.