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: enable span serialization #4662

Closed aljazerzen closed 1 week ago

aljazerzen commented 1 week ago

Enables serialization of span in PR and PL. Will cause probably cause merge conflicts with #4659, so I'll wait on that to be merged first.

This is needed because the new debug log HTML rendering is implemented by first serializing the various ASTs to JSON and then reconstructing ast nodes in HTML.