I have a ton of star schemas where each dimension table has identical columns. Now I would like to generate entity based on one of these dimensions, and then use it for all dimensions in schema. What I would need is to be able to dynamically switch I guess table that entity is hydrated from. Is this possible?