Ultimately I modified the view to use:
EXTRACT(month from cover_date)
And found that one of the classes had an instance variable that uses as annotated with a formula that was also using the month() function. Updating that to use the above fixed all the issues.