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/12/25 07:33:15 UTC

[GitHub] [incubator-superset] PetengDedet commented on issue #9565: postgresql database connect ok but tables not shown

PetengDedet commented on issue #9565:
URL: https://github.com/apache/incubator-superset/issues/9565#issuecomment-751197703


   Superset uses SQLAlchemy Schema. It returns connection OK on postgres even without defining dbname at the end.
   In order to show tables on that db, we need to specify dbname after port number:
   ```
   postgresql://<username>:<password>@<host>:<port>/<db_name>
   ```


----------------------------------------------------------------
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