diff --git a/mismo/lib/name/_dimension.py b/mismo/lib/name/_dimension.py index 325d330..e0d083b 100644 --- a/mismo/lib/name/_dimension.py +++ b/mismo/lib/name/_dimension.py @@ -48,8 +48,6 @@ def prepare(self, t: ir.Table) -> ir.Table: The prepped table. """ t = t.mutate(_clean.normalize_name(t[self.column]).name(self.column_normed)) - # workaround for https://github.com/ibis-project/ibis/issues/8484 - t = t.cache() t = t.mutate(_clean.name_tokens(t[self.column_normed]).name(self.column_tokens)) return t