Updated 2022-12-16
    select

    Block_timestamp as Date,
    Amount as "Sent Amount",
    'Flow' as "Sent Currency",
    0 as "Recieved Amount",
    '' as "Recieved Currency",
    '' as "Fee Amount",
    '' as "Fee Currency",
    '' as "Net Worth Amount",
    '' as "Net Worth Currency",
    'Bridge to metamask' as Label,
    Bridge_contract as Description,
    tx_id as TxHash
    from flow.core.ez_bridge_transactions
    where flow_wallet_address = '0xdf868d4de6d2e0ab'
    Run a query to Download Data