Event Dime
Can not see the new view I've just created on my database
Community & CultureParades & CivicsCommunity & Culture / Parades & Civics
AI signals
CasualGeneral PublicCompetition/TournamentPublic
- When:
- July 15, 2026 · 12:38 PM
- Where:
- Metabase Discussion
- Source:
- Metabase Discussion
Thank you! In the end, I solved the problem. I tried to execute the view on metabase, even if I couldn’t see it: select * from [database] and I got: Illegal mix of collations (utf8mb4_general_ci,COERCIBLE) and (utf8mb4_unicode_ci,COERCIBLE) for operation '=' So I updated the view, resolving a collation mismatch by standardizing text fields to utf8mb4_unicode_ci.
CasualGeneral PublicCompetition/TournamentPublic