Sharing LookupTable between Subgraph and Parent graph

Hi all

We would like to build a subgraph to load/fill a LookupTable which is then used in various parent graphs. Up to now, our subgraph filling the lookuptable from the database (using LookupTableReaderWriter), but the table data is not accessible from the parent graph.
Is there a way to pass the LookupTabledata to the parent or how can they share the data ?

Thanks & best regards
Otto

Hello Otto,

If I understand correctly, you want to use Simple lookup table. This is unfortunately not possible at the moment. However, it is an interesting idea. I have started a new issue in our bug tracker, see CLO-5859.

A workaround is to use Persistent lookup table.