Any plans of creating lineage for MERGE
statements?
#285
snowmanwangyal
started this conversation in
General
Replies: 1 comment 3 replies
-
We have #166 sitting in the backlog for quite some time. The reason I didn't pick it up is: 1) the underlying parser (i.e, sqlparse) doesn't support MERGE statement very well. 2) the MERGE statement lineage analysis clearly can't re-use the logic for DML lineage analyzer. Most certainly we need a specified rule for it. I'm doing a POC by replacing sqlparse to ANTLR4 (a parser generation tool), that will give me more control over AST generated by parser. The current plan is that if everything goes well, the auto generated parser works, we replace in in sqllineage, and then shall I consider support for MERGE statement. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any plans on extracting lineage for MERGE statements?
Beta Was this translation helpful? Give feedback.
All reactions