Alexander Polyankin
Alexander Polyankin
Can be still reproduced on master `a5c3bec1fad998eaecc3f6fa9fafac6214b35083`
Indeed the QP doesn't add a remapped column with models as data source. Perhaps some issue with how models metadata is propagated: Compare with:
This bug is fixed in master. It's very important to follow the steps below precisely, or you won't reproduce it or reproduce another issue: * Table metadata -> Orders ->...
Repro https://www.loom.com/share/68c2686ed1b9460884b5b872774be08d Master `9fac4dd53b034135376b7975164b8bb0c5eb4d54`, pre-56. Steps: - Metrics -> New -> Orders - Click on `Count` and set a custom name -> `Update` - Save the metric with a different...
same issue in v57/master
This is fixed now. We can use the `Content` model for repro. E.g. a composite PK.
Cannot be reproduced in v57/master
Changed to .Frontend just to add a E2E repro for what @romeo reproduced before
Fixed in v57. How to verify: * PG -> New query -> `select pg_sleep(10) as a, {{num}} as b` -> Change `num` to `Number` -> Save -> Add to a...
The issue can still be reproduced. E2E repro added in https://github.com/metabase/metabase/pull/62545