I am very new to this and this question is more regarding design then anything else so I am sure there is more then one right answer..
I have a dimension table.
I have a fact table.
I have a staging table.
A new record shows up in the staging table. I want to add that table to fact table but the dimension does not exist.
What is the best course of action?
Do I error out the record?
Do I create the dimension record?
I have a dimension table.
I have a fact table.
I have a staging table.
A new record shows up in the staging table. I want to add that table to fact table but the dimension does not exist.
What is the best course of action?
Do I error out the record?
Do I create the dimension record?