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
12 stars 2 forks source link

Fix duplicate table bug #157

Closed nicolasmueller closed 3 months ago

nicolasmueller commented 4 months ago

Fix bug where a table could not be created if an external table with the same name is loaded in the same stage.

Checklist