PRQL / prql

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement
https://prql-lang.org
Apache License 2.0
9.58k stars 208 forks source link

feat: improve debug log #4670

Closed aljazerzen closed 1 week ago

aljazerzen commented 1 week ago
max-sixty commented 1 week ago

remove debug commands whose functionality is now replaced with the debug log,

Yeah nice — regardless of the exact approach, definitely made sense to consolidate these into a "dump everything", and then separately filter logs on read...