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

Make max_length = 5000 configurable in mssql dialect for RawSQL Strings #146

Closed QuantCo-mr-T closed 5 months ago

QuantCo-mr-T commented 5 months ago

It is extremely valuable that the complete RawSQL string is printed after filling all programmatically chosen placeholders. Thus the following setting in pydiverse/pipedag/backend/table/sql/dialects/mssql.py should be made configurable:

            max_length = 5000
DominikZuercherQC commented 5 months ago

See #155