Open TWood67 opened 5 years ago
https://github.com/LeapYear/queryparser/commits/leapyear-master has some Teradata support, although I broke the catalog defaulting, so depending on your needs there may still be work to do.
In answer to your questions:
With an experienced Haskeller to coach them, onboarding to the language was pretty straightforward. Both of the previously-non-Haskellers had significant experience with Clojure and one had some experience with OCaml, so there were fewer new concepts than there might've been. And there's always more Haskell to learn - they were quickly productive but in relatively well-defined spaces.
My guess would be "when someone submits a pull request." I've not been at Uber for a while now, but I think resourcing of the project has been very narrow and needs-based for some time. I'd be happy to be corrected, of course :)
This is great, thanks @dlthomas!
Hello! I am looking to parse and analyze Teradata queries so that we can better understand what tables and columns are used. After some googling I was happy to find that you all had a similar problem and created a solution! Unfortunately, the Teradata dialect is not supported and I have no experience with Haskell. We've already built a proof of concept using antlr4, but I would prefer to use or build on an existing solution. That being said, I have a few questions.
Thanks!