I am self-hosting Metabase v.0.55 using a .JAR file, and when I add filters with the parameter type set to 'Text or Category' (where the dropdown values are supplied by a query column), I am getting an error in CMD as exemplified:
So, I found out that in metabase DB, there is a constraint that prevents duplicate values across the columns parameterized_object_id
, parameterized_object_type
, and parameter_id
in the parameter_card
table as exemplified below:
Would dropping this constraint lead to any potential issues? Metabase prevents me from saving dashboards when filters are added, due to this constraint.