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

Feat: Implement DatabaseLockManager #88

Closed NMAC427 closed 1 year ago

NMAC427 commented 1 year ago

This new lock manager uses database specific locking mechanisms to achieve distributed locking. Additionally, it also fixes the failing tests on the main branch.

Checklist