Forum Discussion

Max_701's avatar
Max_701
Helper II
1 year ago
Solved

Dataflow Gen1 - Index Issue

I have a Gen1 Dataflow which gets fed into a linked entity in a child dataflow. The whole setup looks like this  REST API ->Parent DF1 ->Child DF2 ->Report. Parent DF1 has an index column which goes...
  • collinq's avatar
    1 year ago

    HI Max_701 ,

    This is actually by design I believe.  This is because each "table" is getting its own index.  So, the parent gets one and then the child gets another one.  There are a few workarounds depending on how you want to do it.  But, the easiest is probably to generate the index after the loading of the child table.

    Another option would be to change the linking - so that the child is not referenced but rather linked (but that might not be really the way you want to do it).