because district was not in the unexpected data since that needs district to be an aggregate and if we didn't pass an aggregate into cli it was defaulting to postal_code only. So now we no longer default to postal_code but instead pass in no aggregate to the model from the cli in that case.
Description
I realized that this was throwing an error:
because district was not in the unexpected data since that needs district to be an aggregate and if we didn't pass an aggregate into cli it was defaulting to postal_code only. So now we no longer default to postal_code but instead pass in no aggregate to the model from the cli in that case.
Jira Ticket
Test Steps
The above command should now work, also
tox