rahoUntitled Query
    Updated 2022-10-07
    with sushi_pools as(
    select
    *
    from ethereum.core.dim_dex_liquidity_pools
    where platform = 'sushiswap'

    )

    select * from sushi_pools
    Run a query to Download Data