Sbhn_NPstable variable 1
    Updated 2023-03-01
    select date_trunc('day',block_hour) as date,
    sum(borrow_rate_variable) as variable,
    sum(borrow_rate_stable) as stable
    from ethereum.aave.ez_market_stats
    where block_hour >= CURRENT_DATE - {{Date}}
    group by 1

    Run a query to Download Data