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

feat(): add truncation of primary keys and indexes #201

Closed DominikZuercherQC closed 2 months ago

DominikZuercherQC commented 3 months ago

MSSQL does not allow identifiers longer than 128 characters. Similarly, postgres automatically truncates identifiers at 63 characters. This PR automatically truncates all primary key and index identifiers at 63 characters.

Checklist