goodgirl1988raw-pink
    Updated 2025-03-04
    select count(*) as total_blocks
    from boba.core.fact_blocks
    where block_timestamp >= current_timestamp
    - interval '1 day';
    QueryRunArchived: QueryRun has been archived