-
- Downloads
[MLv2] Cache JS -> CLJS metadata conversion (#38375)
This previous got rebuilt from scratch over and over, since different queries being handed the same JS `Metadata` instance were returning completely separate `MetadataProvider`s. The FE replaces the `Metadata` instance as new metadata arrives from the BE, so the `metabase.lib.cache/side-channel-cache` which is attached to the input object is implicitly invalidated when the old `Metadata` is thrown away.
Please register or sign in to comment