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
27 stars 3 forks source link

make default string length in DB2 dataframe materialization configurable #98

Open windiana42 opened 1 year ago

windiana42 commented 1 year ago

The change from 256 bytes to 32k bytes caused error since there seems to be a 1MB limit per row.