Column Lineage is failing when there a column name is associated with multiple tables. #4663
Replies: 1 comment
-
you should add explicit alias your column names since they are duplicates |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I was trying to create lineage column lineage with the below sample query and was unable to get lineage for TABLE1 and TABLE2 related columns. Can anyone help me with this
Here is my snippet of the code-:
Beta Was this translation helpful? Give feedback.
All reactions