-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
How to get the tables located on schemas other than public in postgres #373
Comments
Which version are you using? Shouldn't this be already handled in |
Thanks @xrmx, Updated the latest version, Option for providing the schema is available in the latest version. Now its working. |
@nessyh then please close the bug :) Next time please remember it's good habit to report bugs against latest code. |
This was referenced Apr 11, 2021
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 17, 2021
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 24, 2021
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 25, 2021
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need to get the tables from a schema other than public, currently the tables available in the public schema is listing, but the tables on other schema is not available. Is there any way to add tables located on other schema in caravel. I have seen lot of issues related to schema is already raised, but I didn't get a proper solution from those. Any suggestions?
The text was updated successfully, but these errors were encountered: