Open itestyoy opened 6 months ago
I've tried to reproduce this on v0.36.4 with the query pushdown in the SQL API on and I've got a different error:
ERROR: Error during planning: No field named 'i.indkey'.
Valid fields are 'ct.oid', 'ct.relname', 'ct.relnamespace', 'n.oid', 'n.nspname', 'I.indexrelid', 'ci.oid',
'ci.relname', 'ci.relam', 'ci.relpages', 'ci.reltuples', 'am.oid', 'am.amname'
It looks like the query errors on this expression:
(information_schema._pg_expandarray(i.indkey)).n AS ordinal_position,
@itestyoy I wonder if this is still an issue for you. I see that this was reported for Metabase v0.49.7 but it was released more than 6 months ago. Does this still reproduce for you with a fresh Metabase install?
Hi! When we started using Metabase 0.49.7, we began encountering an error with our queries. What does this error mean?
v0.35.22