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

The database does not appear in the sqlLab menu #27006

Closed
3 tasks
deviardn opened this issue Feb 4, 2024 · 1 comment · Fixed by #27181
Closed
3 tasks

The database does not appear in the sqlLab menu #27006

deviardn opened this issue Feb 4, 2024 · 1 comment · Fixed by #27181
Assignees

Comments

@deviardn
Copy link

deviardn commented Feb 4, 2024

Bug description

Hello everyone. Sorry, my English is not good.
I have more than 200 database connections (SQL Server). Connection established successfully, no problems. Only when I look in SqlLab at the database selection, the database only displays 100 databases. Meanwhile, when I search for my other databases, it doesn't appear. Is it really the limit of 100? If I don't want a limit, where should I change the code? Thank you.

How to reproduce the bug

2024-02-04_12-53_sqllab
2024-02-04_12-54_sqllab2

Screenshots/recordings

No response

Superset version

3.0.3

Python version

3.9

Node version

16

Browser

Chrome

Additional context

No response

Checklist

  • I have searched Superset docs and Slack and didn't find a solution to my problem.
  • I have searched the GitHub issue tracker and didn't find a similar bug report.
  • I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section.
@andrekef
Copy link

andrekef commented Feb 4, 2024

I had a similar issue with sqlite connectivity .
Establishing a connection, I am assuming won’t 100% guarantee that its actually linked to your DB. Check you connection path or even try sqlalchemy connection to define you absolute DB path.

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

Successfully merging a pull request may close this issue.

3 participants