Alexander Polyankin
Alexander Polyankin
We reworked how dashboards are loaded in 0.50 to address this issue. Changes are large and we currently do not plan to backport them to 0.49. This might change in...
@Ravi9535 could you provide the logs? there should be an error when saving the question failed
Can be still reproduced on master (v50). Steps: postgres: ``` CREATE TYPE mood AS ENUM ('sad', 'ok', 'happy'); CREATE TABLE person ( name text, current_mood mood ); INSERT INTO person...
Reassigned to DashViz because it's Linked filters. My take - this is probably working as intended because linked filters do not take connected cards into account.
@mazameli could you take a look?
@maxzheng could you send a link to the model? With just ID, not name.
So what happens is that in metadata editor we operate on field_refs within the query itself, but in chill mode we work with an ad-hoc questions. Field refs are different...
using constants is a new feature; bug other points are bugs
Looks very similar to https://github.com/metabase/metabase/issues/44584. Couldn't reproduce but likely the same cause.
I'm not 100% sure if this is it but here is my attempt to reproduce the issue. 1. Create a SQL query: ``` SELECT 1 AS COUNT, -30 AS LATITUDE,...