blockchain-etl / ethereum-etl-airflow

Airflow DAGs for exporting, loading, and parsing the Ethereum blockchain data. How to get any Ethereum smart contract into BigQuery https://towardsdatascience.com/how-to-get-any-ethereum-smart-contract-into-bigquery-in-8-mins-bab5db1fdeee
MIT License
405 stars 190 forks source link

Gearbox #709

Closed qshao-gauntlet closed 5 months ago

qshao-gauntlet commented 6 months ago

What?

ie: Add support for uniswap contract events

How?

ie: I used abi-parser or cli tools to build the table definitions

Related PRs (optional)

PRs that are related to this or may need to be deployed before this PR

Anything Else?

zigzag2002 commented 5 months ago

The CI/CD is currently failing because some of the name field has an empty string. Can you please add the name field?

Added names for all events, please approve when you get the chance to look over the changes