I am working on building a simple data vault model to upload it into snowflake. I am having a some sort of problem in all satellites. I know that adding auto incement surrogate keys into a sat is neither wrong nor practical, which means we can add it, but it will not represent anything to the whole design. Each SAT contains a hash key coming from the related HUB and represented as FK.
LOAD_DATE
as PK will result in duplicated PK values.Can we skip the part of adding a primary key to a SAT in DV2.0 ?
Not sure where you are getting your DV modeling information but, adding an auto incremented surrogate key to a Sat is not in keeping with the DV standards at all. Never was.
PK of a Sat is ALWAYS the PK from the Hub (the Hub Hash key) plus LOAD_DTS. Hub to Sat relationship is ALWAYS modeled as 1:M.
So no - you cannot and should not skip having a PK definition for your Sat.
If you do not believe me - please read any of my blogs on data vault or the published data vault books from Amazon. You might also look at DataVaultAlliance.com