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

Adding max_nchars_query_print option for MSSqlTableStore #155

Closed DominikZuercherQC closed 5 months ago

DominikZuercherQC commented 5 months ago

Added the max_nchars_query_print option for the MSSqlTableStore allowing configuration of the maximum number of characters in a SQL query that are printed to the log

nicolasmueller commented 5 months ago

Do you want to add a changelog.md entry :) @DominikZuercherQC ?

windiana42 commented 5 months ago

Yes, I think this is worth a changelog.md entry. I will just push it to another branch... @DominikZuercherQC The PR template comment actually adds a checkbox that reminds to add a changelog entry. It seems you removed this part when creating this PR.