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 task_context.input_tables (needed for DB2 input table locking) #144

Closed nicolasmueller closed 5 months ago

nicolasmueller commented 6 months ago

This is a fix before we come to a conclusion in #138 .

Checklist