blockchain-etl / polygon-etl

ETL (extract, transform and load) tools for ingesting Polygon blockchain data to Google BigQuery and Pub/Sub
MIT License
101 stars 76 forks source link

Fix pendulum version in test #204

Closed kome12 closed 3 months ago

kome12 commented 3 months ago

There is an error in the CI/CD at the moment. Fixing the pendulum version so it passes for now.

TIMEZONE = pendulum.tz.timezone("UTC")
E   TypeError: 'module' object is not callable