Maximilian Roos

Results 1204 comments of Maximilian Roos

> The accepted answer for the question you've linked to says that USING is not part of the ANSI standard and discouraged by Snowflake team. Interesting, good point. I do...

Great bug report, thanks for posting @thisismiller . To the extent it's possible to minimize the example into a smaller one, that would be even better. Either way, we'll take...

Good onboarding issue! I can take a swing at this soon if no one gets to it (I wouldn't start before midweek though)

What about using multiple quotes? https://prql-lang.org/book/language-features/strings.html

> That works precisely until the moment that someone needs to use 3 quotes inside the S-string for some reason. 😄 But then you can use 5 quotes! Though obv...

Consolidating into https://github.com/PRQL/prql/issues/1682, which has a good case of this

For any future travelers — strings now support escaping. `r"foo"` is a raw string that doesn't use escape characters.

Hi @rabernat ! Great to hear from you. And sorry that your first experience here is not so good. We've just changed some of our APIs ([here](https://github.com/PRQL/prql/commit/f5d9feb78daebe243145a94841501c084245b4a6#diff-e898c0bd6ce0d33777e52054a2243dff73c18894e463b14a78b62f9ba966a45a)) and so there's...

> I wanted to play around with the idea of creating of compiling PRQL to xarray code. It would be quite the combination. I'd be very keen to help. It's...

> While we probably could also do multidimensional queries with PRQL, I think we should stick to relational model, at least for now. I agree it's not a project priority...