Hi,
looks like DBLookup does not really use the metadata attribute… i declared it in my graph as such:
…
and in my tranformation class’s init() method, i just have:
…
LookupTable lookup = getLookupTable(mylookup);
lookup.setLookupKey(“dummy”);
if (!lookup.isInitialized()) {
lookup.init();
}
…
and i have no problem getting my lookup_value from lookup_types table…
so why is the metadata attribute mandatory (according to the documentation at http://wiki.clovergui.net/doku.php?id=g … s#dblookup)?
when will it be used and what is it for then?
thanks,
al