Map Source column to output column #3363
-
How can i map the source column to the output column? For example:
Expected Output: [MKD_ABC, Alias_555] Right now i can find the source column via the Traverse_scope, but i cannot map it to the output column. |
Beta Was this translation helpful? Give feedback.
Answered by
georgesittas
Apr 27, 2024
Replies: 1 comment
-
This can be achieved using column-level lineage. Some examples can be found in the test suite. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
georgesittas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This can be achieved using column-level lineage. Some examples can be found in the test suite.