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 2021/02/03 14:39:11 UTC

[GitHub] [superset] cmenzelqlp opened a new issue #12919: Can't Connect to Firebird DB

cmenzelqlp opened a new issue #12919:
URL: https://github.com/apache/superset/issues/12919


   Hello!
   
   I'm having a problem with connecting to my firebird database. 
   
   Superset version: Version: 0.999.0dev
   
   In my Dockerfile, I have these firebird drivers installed:
   **fdb**
   **sqlalchemy-firebird**
   
   Via the fdb website (and similarly the sqlalchemy-firebird website), it says to use this URI format: firebird+fdb://user:password@host:port/path/to/db[?key=value&key=value...]
   Source: https://docs.sqlalchemy.org/en/14/dialects/firebird.html#dialect-firebird-fdb-connect
   
   Our URI: **firebird+fdb://sysdba:XXXXXXXXXX@192.168.0.33:3050/C:/WorkTime/db/Worktime.fdb**
   
   This is the log we are getting:
   superset_app             | DEBUG:superset.models.core:Database.get_sqla_engine(). Masked URL: firebird+fdb://sysdba:XXXXXXXXXX@192.168.0.33:3050/C:/WorkTime/db/Worktime.fdb
   superset_app             | ERROR:superset.views.core:Unexpected error Exception
   superset_app             | 192.168.1.190 - - [03/Feb/2021 14:24:52] "POST /superset/testconn HTTP/1.1" 400 -
   superset_app             | INFO:werkzeug:192.168.1.190 - - [03/Feb/2021 14:24:52] "POST /superset/testconn HTTP/1.1" 400 -
   
   The database is hosted on a Windows server on our network.
   
   Thank you!


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


[GitHub] [superset] cmenzelqlp closed issue #12919: Can't Connect to Firebird DB

Posted by GitBox <gi...@apache.org>.
cmenzelqlp closed issue #12919:
URL: https://github.com/apache/superset/issues/12919


   


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