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

for DB2 database: allow configuring table creation properties globally and/or per schema or table #113

Closed windiana42 closed 8 months ago

windiana42 commented 11 months ago

In DB2 there are many options in table creation which can result in significant speeds.

nicolasmueller commented 9 months ago

Implemented in #122