You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The article that led me here mentioned not many engineers had experience with Haskell and most learned it to work on this project. What was this process like? Was everyone able to pick it up quickly and start developing? I'm hoping to understand what kind of overhead I'll incur by going down this route.
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 :)
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!
The text was updated successfully, but these errors were encountered: