Sbhn_NPDaily $AAVE Price
    Updated 2023-03-01
    select date_trunc('day',hour) as date,
    avg(price)as usdprice
    from ethereum.core.fact_hourly_token_prices
    where symbol = 'AAVE'
    and date >= CURRENT_DATE - {{Date}}
    group by 1
    Run a query to Download Data