Check if boundary is in `Boundaries` table before using it in `process_district`
Missing boundaries do not cause an error but result in no reference entities being distributed in the respective district. The INNER JOIN
of tiles from tile_best_estimate
with Boundaries
will not return any tiles if the respective boundary does not exist. Therefore, I check for each boundary should be applied first before processing the district.