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 `MAX_LENGTH_PK` and `MAX_LENGTH_INDEX` configurable #209

Open DominikZuercherQC opened 3 months ago

DominikZuercherQC commented 3 months ago

Currently MAX_LENGTH_PK and MAX_LENGTH_INDEX are set as global variables in ddl.py. Preferably they should be configurable arguments of SQLTableStore.