NuveveCryptoArchivedUSDT Price Action
    select
    hour,
    price
    from ethereum.core.fact_hourly_token_prices
    where token_address = '0xdac17f958d2ee523a2206206994597c13d831ec7'
    and hour >= current_date - 5
    Run a query to Download Data