Suppose I want to partition a car asset by Make an...
# ask-community
c
Suppose I want to partition a car asset by Make and Model. If I use a MultiPartitionsDefinition and populate the Make partition with "Audi" and "VW", I would want to have different Model partition sets depending on the Make. (A3, A4, etc for Audi and Atlas, Golf, etc). Is this possible? Or am I better off using a single partition MakeAndModel with Audi|A3, Audi|A4, VW|Golf, etc?
o
hi @Chris Roth! I think in this case you'd need to go with your single partition solution