Replies: 5 comments 3 replies
-
I plan to do a proof of concept later this year by using ANTLR to generate a customized sql parser, replacing the current Python library sqlparse. If this approach works, then it shall be easy to build a Java SDK since ANTLR is language-agnostic. But I don't think Java SDK is coming very soon. Let's keep this thread open to see if more people want this feature. Moving this to discussion. Update: POC with ANTLR: https://github.com/reata/sqllineage4j |
Beta Was this translation helpful? Give feedback.
-
Maybe you want to use https://github.com/frsyuki/trino_sql_parser as a reference - it uses native Trino SQL parser and returns ANTLR token 😄 |
Beta Was this translation helpful? Give feedback.
-
quick question, is it java11 or java17 compatible? |
Beta Was this translation helpful? Give feedback.
-
May I ask if column lineage is available now |
Beta Was this translation helpful? Give feedback.
-
pretty cool stuff. wondering if you have plan to add java SDK. 🤣
Beta Was this translation helpful? Give feedback.
All reactions