You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to connect my self-hosted gel instance with Metabase. I'm getting
ERROR sync.fetch-metadata :: Error while fetching metdata with 'db-metadata'
org.postgresql.util.PSQLException: ERROR: relation "public.KnowledgeBase" does not exist
with Gel "6.1+299edfe" and metabase:v0.53.5.4
Screenshot
But when I connect to my Gel instance via psql, public.KnowledgeBase does appear
main=> \d
List of relations
Schema | Name | Type | Owner
--------+-------------------------------------+-------+----------
.....
public | KnowledgeBase | table | gel
public | KnowledgeBaseItem | table | gel
.....
(39 rows)
main=> \q
And main=> SELECT * FROM "public"."KnowledgeBase"; works too.
Schema public is in search_path
main=> SHOW search_path;
search_path
-------------
public
(1 row)
main=> \l
I want to connect my self-hosted gel instance with Metabase. I'm getting
with Gel
"6.1+299edfe"
andmetabase:v0.53.5.4
Screenshot

But when I connect to my Gel instance via psql,
public.KnowledgeBase
does appearAnd
main=> SELECT * FROM "public"."KnowledgeBase";
works too.Schema public is in
search_path
geldata/gel:6.1
Docker imageSteps to Reproduce:
metabase:v0.53.5.4
via docker.Schema:
The text was updated successfully, but these errors were encountered: