Hi All, I have been trying to build a java tool that would let people map lineage by reading sql scripts (i.e. views or insert into etc.) Im having a little trouble with a couple of things and was hoping for some pointers.
Firstly, I cant seem to parse any DDL statements (so trouble with `CREATE VIEW AS [SQL QUERY]`).I understand this is meant to be in the calcite-server module but cant really find anything). I decided to ignore the CREATE statements for the moment and just process the query to get the sources in it which was working on simple scripts but fail real quick when looking at things I've seen at enterprises. I have a GitHub repo here<https://github.com/Spydernaz/sqlLineage>, some pointers would be awesome. Kind Regards, Nathaniel Vala
