ML6action count of past 3 months(borrow/repay)
    Updated 2022-06-26
    select action,to_date(block_timestamp),count(1) from ethereum.sushi.ez_borrowing
    where to_date(block_timestamp)>current_date - interval '120 days'
    group by 1,2
    Run a query to Download Data