ethereum-etl-airflow
ethereum-etl-airflow copied to clipboard
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-contrac...
## What? Added morpho contract ## How? I used [abi-parser](https://nansen-contract-parser-prod.web.app/) or cli tools to build the table definitions ## Anything Else?
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
Is there an issue with the pipeline that pulls this data? As an immediate remedy is it possible to add PEPE to [the CSV](https://raw.githubusercontent.com/blockchain-etl/ethereum-etl-airflow/master/dags/resources/stages/seed/data/token_amendments.csv) that is used in the amended...
I got the following error when running the `parse__dag` on airflow. `google.api_core.exceptions.NotFound: 404 Not found: Table :.BancorNetwork_event_FlashLoanCompleted_history was not found in location US` But I can't seem to find the...
Rationale for hashing the bytecode is that there are many addresses with identical code. We can find the unique set of contracts with less i/o if there's a hash field....
## What? Add support for bebop rfq ## How? I used [abi-parser](https://nansen-contract-parser-prod.web.app/) to build the table definitions
## What? Add support for arbitrum uniswap v3 factory and pools events. ## How? ie: I used [abi-parser](https://nansen-contract-parser-prod.web.app/)