Closed hu-guanwei closed 5 months ago
As of now, column lineage is actually SELECT column lineage. JOIN/GROUP BY/WHERE is not considered yet.
We don't have a mature design for NON-SELECT column lineage for now, feel free to add your suggestion in #276.
Hi. About the exampe in doc,
The output is
Q: The lineage of col3 is
<default>.foo.col3 <- c.col3_sum <- <default>.qux.col3
shouldn't the output contain a line of<default>.foo.col3 <- c.col3_sum <- <default>.qux.bar_id
? since the calculation ofcol3_sum
also depends onbar_id