ethereum-etl icon indicating copy to clipboard operation
ethereum-etl copied to clipboard

Added support for selecting schema to be exported in blocks and transactions

Open Haaroon opened this issue 4 years ago • 3 comments

Added support for selecting schema to be exported in blocks and transactions in the cli.

If a user prefers to export certain fields of the block/transaction schema they can by added the fields to be exported as a list into the cli.

This list is only compatible with the schema in the ethereumetl/jobs/exporters/blocks_and_transactions_item_exporter.py file.

If an empty schema is given, then the entire schema is exported as usual. Schema with spelling mistakes and invalid fields are ignored.

Apologies I have unable to write tests at this time.

Haaroon avatar Jun 10 '20 23:06 Haaroon

Thank you! I will try to review it this week.

medvedev1088 avatar Jun 11 '20 15:06 medvedev1088

this feature incorporated ?

btfdip avatar Dec 24 '21 11:12 btfdip

this feature incorporated ?

@btfdip no it wasnt implemented :(

Haaroon avatar Aug 10 '23 13:08 Haaroon