Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playground only shows about 40 tables in schema creation #738

Open
davemaier opened this issue Jun 19, 2020 · 2 comments
Open

Playground only shows about 40 tables in schema creation #738

davemaier opened this issue Jun 19, 2020 · 2 comments

Comments

@davemaier
Copy link

@davemaier davemaier commented Jun 19, 2020

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:

  1. Create a new Project with a large mysql DB as datasource. My setup is running on mysql server 5.7.30.
  2. Go to http://localhost:4000/#/schema and open the database in the left side panel.

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"

@vasilev-alex vasilev-alex added the bug label Jun 22, 2020
@Lifeuser
Copy link

@Lifeuser Lifeuser commented Jun 24, 2020

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.
I am pretty sure that the bug is in some dependency of the playground app build that comes with @cubejs-backend/server-core (0.19.36) npm package.
It seems that it has been fixed already.
I built the playground app myself and ran cubejs-cli from source with all of the necessary packages linked by yarn.
The bug goes away.

You probably just need to rebuild it and republish the server-core with the new version.
I hope this helps.

@RusovDmitriy
Copy link
Contributor

@RusovDmitriy RusovDmitriy commented Aug 11, 2020

Failed to reproduce error, i tried repeat this bug in next variation:

  • 3 diff database (postgres, mysql, clickhouse):latest with current versions 0.19.61
  • 1 database (mysql: 5.7.30) with issues versions:
    "@cubejs-backend/mysql-driver": "^0.19.17",
    "@cubejs-backend/server": "^0.19.33",
    "cubejs-cli@0.19.33"

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.