Alexander Polyankin
Alexander Polyankin
@ccalby does the issue occur if you re-create this custom expression? Could you show the list of columns you get when typing the expression? Are there any duplicates? Is your...
Repro (internal): - Open https://stats.metabase.com/model/6759 - Go to notebook - Add custom column `concat([Assignee → ID] , "A")` - On blur this will be converted to `concat(, "A")` Cause `expressionClauseForLegacyExpression`...
Related to https://github.com/metabase/metabase/issues/44767
The problem is that `dashboard.dashcards[0].card.result_metadata` for this dashboard is not correct and does not include all aggregation columns. That's why the last 2 last aggregation columns do not appear in...
The issue was introduced by https://github.com/metabase/metabase/pull/31891. It seems it was intentionally implemented.
@prigal We could use the default value from the native question if all of these following conditions are met: 1. There is no default value for the dashboard parameter 2....
I think the fix should be on the BE instead. The reason is that if I do it on the FE, we would still to duplicate it on the BE...
Loads quite fast for me (1 sec), would be great to pair with someone who can reproduce 16 sec
The root cause seems to be that there is no separate bundle for static embedding; it loads the whole application. BE endpoints and MBQL lib usage should be already optimized.
This is JSON serialization issue. Can be reproduced on `693126716b9a6ecad7345a8983ad4f10f1b019f2`, master, pre-v56. Repro steps: - New -> Question -> Orders -> Sum by Total -> Group by Category - Visualize...