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 duckdb example documentation #152

Closed windiana42 closed 5 months ago

windiana42 commented 5 months ago

Checklist

windiana42 commented 5 months ago

@NMAC427 @nicolasmueller I will fix this documentation hickup right away for readthedocs (push to main is sufficient). But I won't take this as a reason to make a new release. The documentation on pypi is wrong though until until 0.7.1 is released for other reasons.

windiana42 commented 5 months ago

I tested both pip and conda-forge installation techniques and now it works for me at least. CI tested it previously as well, but there was a pipedag.yaml in the discovery path which wasn't supposed to be used.