nhl / link-move

A model-driven dynamically-configurable framework to acquire data from external sources and save it to your database.
Apache License 2.0
35 stars 15 forks source link

Target entities with flattened attributes #185

Closed andrus closed 4 years ago

andrus commented 4 years ago

Tried running LM with a model where target entities are using vertical inheritance. The scenario was an lm to the known subclass entity (simpler than lm'ing to the superclass, something that still will not work). So essentially this is an entity with flattened attributes, and the inheritance part is not relevant. What is relevant is that such an entity is stored in 2 tables, and attribute mapping in LM is broken. No reason why we can't support it.

andrus commented 4 years ago

Now LM should be able to map values to flattened attributes. Still does not support flattened relationships