Braden Shepherdson

Results 106 comments of Braden Shepherdson

Models aside, binning doesn't play nicely with custom labels in all cases.I labeled `Orders.QUANTITY` like Alex did above. It works on the plain table: But when I do Count grouped...

Okay, I can't reproduce this issue anymore. I only see problems with labeling the bins. All these scenarios have the labels correctly applied: * Directly query the table * With...

One of the performance fixes we made in the course of fixing #44359 disabled the `field-usage` logic that's causing the stack traces you highlighted. So from 50.13 that error message...

This looks like there is a query caching issue, then. Can you screenshot the caching settings for this dashboard? (Question-level caching is not used when the dashboard is cached.)

I suspect this is related to https://github.com/metabase/metabase/issues/26755 and will be fixed as part of it. There's a regression in master where model metadata is getting overwritten in some cases when...

It's likely that some of the recent changes to ensure the necessary columns for (external) remapping are returned from early stages of queries is being triggered even for internal remaps...