Replies: 1 comment 2 replies
-
you need to make your code safer and handle nulls |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to parse set of presto queries and extract the columns involved in WHERE and JOIN clause along with the corresponding table names. I was able to do it for few queries using sqlglot library but, when i try to run on the volume of 200K+ queries running into errors mostly with
None
type.My presto queries are from a Production system and have all the possible complexity.
Below is the code I have written for this objective. It would be really helpful if someone could take a look at it provide any feedback.
Beta Was this translation helpful? Give feedback.
All reactions