Commit 80f556a7 by Madhan Neethiraj

ATLAS-641: lineage for view/table created from a view includes underlying tables as well

parent f37f3de7
......@@ -87,6 +87,10 @@ public class CreateHiveProcess extends BaseHiveEvent {
AtlasEntity entity = getInputOutputEntity(input, ret);
if (!input.isDirect()) {
continue;
}
if (entity != null) {
inputs.add(entity);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment