I am transforming an existing star schema model into data vault. The main table contains 4 foreign keys coming from 4 different table. In data vault modelling techniques, what is the best practice in modelling such thing:
I am new to data vault and I didn't go through such thing when I learned about it.
You should respect the "unit of work", otherwise, you might create relationship that never existed.
Option one is the one you would want to implement.
Here's some lecture if you want. https://hanshultgren.wordpress.com/2011/05/04/unit-of-work-demystified/