pydiverse / pydiverse.pipedag

A data pipeline orchestration library for rapid iterative development with automatic cache invalidation allowing users to focus writing their tasks in pandas, polars, sqlalchemy, ibis, and alike.
https://pydiversepipedag.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
15 stars 2 forks source link

Fix tidypolars test. #86

Closed windiana42 closed 1 year ago

windiana42 commented 1 year ago

Unfortunately tidypolars is not up-to-date with new dependencies. Thus we need the following for the test to succeed: poetry run pip install 'sqlalchemy<2' poetry run pip install 'polars<0.17'

But this fix should improve the test code in any way.

Checklist