Hello
I am currently working with raw data in Snowflake, I have a table contains two BK’s that their relationship is 1:n
I faced an issue for example, my raw data gets updated frequently. An account that holds account_id and account owner, then it changes to a new owner but later on it changes back to the older account owner.
Inside the Link (as I assume we can not have multiple CDC inside the Link)
I want to see whenever they connected in the Links (account_id with account owner) which in the previous example happened multiple times. What would be the best practice to work around this?
I have read that you can create a SAT for the link that contains that part of information but that defeats the purpose of a DV doesn’t it?
Many thanks!