How do I dimensionally model this relationship in a Kimball-style data warehouse?
问题 So I have two dimensions in my data warehouse: dim_machine ------------- machine_key machine_name machine_type dim_tool ------------ tool_key tool_name machine_type What I want to make sure of is the machine_type field in both dimensions has the same data. Should I create a third dimension to snowflake between the two or is there another alternative? 回答1: I'm not sure exactly what problem you're trying to solve? This sounds like something that you would simply build into the ETL process: for