Polygon Etl Versions Save

ETL (extract, transform and load) tools for ingesting Polygon blockchain data to Google BigQuery and Pub/Sub

v0.3.7

11 months ago

What's Changed

Full Changelog: https://github.com/blockchain-etl/polygon-etl/compare/v0.3.6...v0.3.7

v0.3.6

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/blockchain-etl/polygon-etl/compare/v0.3.5...v0.3.6

v0.3.5

1 year ago

v0.3.4

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/blockchain-etl/polygon-etl/compare/v0.3.3...v0.3.4

v0.3.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/blockchain-etl/polygon-etl/compare/v0.3.2...v0.3.3

v0.3.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/blockchain-etl/polygon-etl/compare/v0.3.1...v0.3.2

v0.3.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/blockchain-etl/polygon-etl/compare/v0.3.0...v0.3.1

v0.3.0

1 year ago

What's Changed

Full Changelog: https://github.com/blockchain-etl/polygon-etl/compare/v0.2.2...v0.3.0

v0.2.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/blockchain-etl/polygon-etl/compare/v0.2.1...v0.2.2

v0.2.1

1 year ago

In preparation for upgrade to Composer 2

Requirements

  • Dev
    • loosen reqs since these are fairly optional
  • Test
    • pin jsonschema to match Composer 2 / Airflow 2
    • bump pytest and tox to latest versions
  • Cli
    • pin blockchain reqs (inc. base58) to prevent pip conflict surprises
    • leave non-blockchain reqs loose but compatible with Composer 2
    • note that click and requests are already installed in Composer 2 by default
  • Setup
    • remove support for python 3.6
    • going forward this will help to reduce dependency conflicts
    • bump the package version number
  • Also
    • GitHub workflows
    • disable Airflow Test, due to dependency conflicts with python 3.8 (e.g. pandas==0.25.1)
    • rename requirements.txt -> requirements_airflow.txt
    • fix a couple of incorrectly named tests