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
Describe the bug
as you can see in the screenshot, it says that relations are generated based on foreign keys (and all my mysal tables have foreign keys). but it does not play a role if I click on "skip" or "finish" - when going to the models page
where you see all tables, there is not a single relation - what am I missing here ???
To Reproduce
Steps to reproduce the behavior:
add a mysql/mariadb database
see screenshot: I don´t know what to press, but doesn´t play a role here
go to models page
not a single relation is shown
Expected behavior
I should see auto-generated relations on the map of tables
Screenshots
Desktop (please complete the following information):
OS: linux (debian)
Browser vivaldi
Wren AI Information
Version: 0.7.5
LLM_PROVIDER= openai_llm
GENERATION_MODEL= gtp4o-mini
Additional context
I added a mariadb database with over 100 tables
this should not play a role, but I am using a read-only
MySQL user
The text was updated successfully, but these errors were encountered:
@michabbb The latest Mariadb works fine in my local environment with the TPC-H dataset.
Could you please provide the Docker logs for the wren-ui-service and wren-ibis-server? We may need to review them.
i have to setup everything again, will let you know when done.
i am using an older version of mariadb, maybe it has something to do with that.
you can try this docker image mariadb:10.3.10 if you like.
Describe the bug
as you can see in the screenshot, it says that relations are generated based on foreign keys (and all my mysal tables have foreign keys). but it does not play a role if I click on "skip" or "finish" - when going to the models page
where you see all tables, there is not a single relation - what am I missing here ???
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should see auto-generated relations on the map of tables
Screenshots
Desktop (please complete the following information):
Wren AI Information
Additional context
I added a mariadb database with over 100 tables
this should not play a role, but I am using a read-only
MySQL user
The text was updated successfully, but these errors were encountered: