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:[email protected]: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:[email protected]: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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to