You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/09/29 11:10:12 UTC

[GitHub] [incubator-superset] rimolive edited a comment on issue #10940: SQL Lab does not show table names in the dropdown box

rimolive edited a comment on issue #10940:
URL: https://github.com/apache/incubator-superset/issues/10940#issuecomment-700626663


   Tracking requests from Superset UI, I see that when you select a Database the following URL is requested:
   ```
   http://<superset-hostname><:superset_port>/superset/schemas/1/false/
   ```
   Which returns a JSON with the following contents and populates the Schema selector:
   ```
   {"schemas": ["main","examples"]} # This is just an example JSON output returned
   ```
   When you select any schema, the following URL is requested:
   ```
   http://<superset-hostname><:superset_port>/superset/tables/1/main/undefined/false/
   ```
   This undefined in the URL clearly indicates that the Schema selector is not building the component correctly.
   
   I'm still debugging the code and if I have a fix I'll cook a PR for it. Stay tuned!
   
   Edited: hmm, so undefined seems acceptable but anyways the code that responds for that URL seems the issue. Still investigating.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org