Updated 2023-02-16
    select
    sum(LIQUIDITY_USD) as liquidity,
    sum(VOLUME_USD) as volume
    from osmosis.core.fact_pool_hour
    where POOL_ID = '907'
    Run a query to Download Data