Metabase not saving dashboards when adding filters

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.

Hi there,

I believe it's this issue and it should be fixed in 55.2, can you check if you're updated?

Hi, I updated the metabase instance and the error is not happening anymore. Thanks!

1 Like