Description
If there are multiple outputs, for example,
from (select ...) t
insert into table t1 select * from t
insert into table t2 select * from t;
The lineage info for table t2 is not emitted.
If there are multiple outputs, for example,
from (select ...) t
insert into table t1 select * from t
insert into table t2 select * from t;
The lineage info for table t2 is not emitted.