How to set the multiple divisions data

Hello,
i need help in the setting of build.yaml for multiple divisions.
in the example data, there was one division “Washington” in the division column, so we prepared the build as
builds:
region: North America
country: USA
division: Washington
location: King County

but I have multiple entries in the division column e.g Lahore, Karachi, Bhakar,… etc.
kindly advise me on how to prepare the build.yaml file in this situation.

builds:
region: Asia
country: Pakistan
division: ???. # I have mentioned the names above
location: ???

Thanks in advance

Regards,
Stressed

The builds → division field is optional, you can simply remove it. It is used as a wildcard for the subsampling scheme but as you are not specifying any subsampling scheme in your build definition, this won’t be used. Location and country are similar.

1 Like