Hi Everyone,
We have a policy table with a composite primary key as follows:
*** Policy**
*** Brand**
*** Product**
*** Seqno**
Other columns
- Col1
- Col2
- Col3
From this table, we have derived policy hub, brand hub, and product hub tables. Notably, the source generates a new sequence number (seqno) whenever there is an update in the policy. Based on this behavior, I am inclined to categorize this table as a dependent child in the satellite. Could you please confirm whether my assumption is correct, or should this data be placed in a different table?
If adding a dependant child in Sat is fine, Is it possible to do with AutomateDV(DBTvault)?
Thank you for your insights.
Best regards,
Mc