Hi All,
Hoping someone can help me. We've got production reports that were working fine until recently. I believe it stopped working after the last update. These reports have been working for 6 months and no changes have been made.
Two models that are joined using a EK and FK is all of a sudden giving the error below.
ERROR: operator does not exist: character varying = uuid
Hint: No operator matches the given name and argument types. You might need to add explicit type casts.
I have tried updating the metadata but nothing works. What I can see is that when choosing the column to join on, it does state that it has no special type (which is wrong). See images below.
When joining:
The model:
Any help would be greatly appreciated. In case it matters, this is a Postgres database.