M-Reza AAVE_VERSION List
    Updated 2022-09-28
    select
    DISTINCT (aave_version) as AAVE_VERSION
    from ethereum.aave.ez_borrows
    --where aave_version = 'Aave V2'

    limit 10
    Run a query to Download Data