Hello everyone,
Need some suggestion on below scenario,
We have built a LNK__SUPPLIER__COMPANY from a source table in which we have json columns. The company details are present inside one of a json column. So we have flatten the column and pulled out the company id from json column.
Here for one supplier id, we have multiple company_id’s and load date is same for all these records as it is flattened from single row from source.
example:
LNK don’t have any issue as SUPPLIER, COMPANY combination for hash key.
We try to build Effectivity satellite for LNK__SUPPLIER__COMPANY, where we had driving key as supplier_id and we ended up in primary key error as we have two company_id, same load_date for one supplier_id.
Do we have any option like multi active effective satellite to handle this? any suggestion would be appreciated.
Note: Building effectivity satellite to capture latest updated company_id for supplier_id.
Thanks