Hi,
Lookups currently support a 1x1 and Nx1 mapping. Often there's a need to do a lookup against 1xN mapping. A common example is a lookup that maps userid to user-groups where a user may belong to more than one user groups. Denormalizing at ETL may not be desirable if user to user-group mapping changes over time.
Hi,
Lookups currently support a 1x1 and Nx1 mapping. Often there's a need to do a lookup against 1xN mapping. A common example is a lookup that maps userid to user-groups where a user may belong to more than one user groups. Denormalizing at ETL may not be desirable if user to user-group mapping changes over time.