colossal-easter-99672
06/30/2022, 1:29 PMinsert into a select * from k;
insert into b select * from l;
insert into c select * from m;
insert into d select * from n;
insert into e select * from o;
insert into f select * from p;
insert into g select * from q;
insert into h select * from r;
insert into e select * from s;
insert into j select * from t;
if i set to this DataJob outputs = a,b,c,d,e,f,g,h,e,j and inputs = k,l,m,n,o,p,q,r,s,t i get mixed (and wrong) lineage for datasets.
Now i generate fake 10 DataJobs (outputs = a/inputs = k; outputs = b/inputs = l and etc.) to solve this.
Is there any other better solution?dazzling-judge-80093
06/30/2022, 2:22 PM