Tobias Brandt
Tobias Brandt
[Substrait](https://substrait.io/) describes itself as **Substrait: Cross-Language Serialization for Relational Algebra** and its vision is to: > Create a well-defined, cross-language [specification](https://substrait.io/spec/specification) for data compute operations Given that PRQL compiles down...
As requested in #656, it would be nice if PRQL could provide `intersect` and `difference` operators along with the `union` operator. `intersect` and `difference` can be achieved with `semi joins`...
In #444 we referenced the Zen of Python and in https://github.com/prql/prql/issues/444#issuecomment-1116873995 @max-sixty also made the following comment > As you look through, weigh the main query 5x higher than the...
Hi, I'm still loving all of @DreymaR 's KbdTrix and they've been indispensable to me, both on Linux with xkb and on Windows with PKL. I've just installed [Synergy by...
Hi, Your extend layer is amazing! Thank you! I made a few modifications for my own. I actually tried a lot of variations and for a lot of them I...
Hi, When I try to use the `timed_window` function with the `asyncio` event loop I get the following error: AttributeError: 'AsyncIOMainLoop' object has no attribute '_running' For example if you...
Hi, This looks like a great project and you diagrams look beautiful. Unfortunately the python syntax, while powerful and expressive, is a bit verbose and I would rather author my...
Hi, I watched your HYTRADBOI 2022 talk and this looks super cool! I'm wondering how closely linked the query language is to the query engine itself? To me it seems...
Hi, Perhaps you could put together a Developer Guide for contributing connectors and add it to https://docs.danswer.dev/connectors/overview? I just opened a couple of connector issues myself and I see there...