Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPlayground only shows about 40 tables in schema creation #738
Comments
|
I have the same thing with cubejs-cli@0.19.35. I did some research just to get familiar with how the code is structured. You probably just need to rebuild it and republish the server-core with the new version. |
|
Failed to reproduce error, i tried repeat this bug in next variation:
Also i checked next scripts chain and git history, but found no problem:
@davemaier You could make repository with reproduce this bug and share link, but i think fast way it is bump your packages versions |
Describe the bug
When I add a mysql DB with more then 40 tables, cubejs playground only shows me the first 40 tables. I can't find any documentation on if this behavior is configurable, therefore I assume it is a bug.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I'd expect to get a list of ALL tables contained in my database.
Version:
"@cubejs-backend/mysql-driver": "^0.19.17",
"@cubejs-backend/server": "^0.19.33"