I have the IBM i Access ODBC Driver 
<https://www.ibm.com/support/pages/odbc-driver-ibm-i-access-client-solutions> 
installed on Linux and I'm trying out Apache Superset.

The SQLAlchemy URIs I create don't work, e.g.,

   - iaccess+pyodbc://xxxxxxxxx .... driver not found
   - All the "traditional" URIs, e.g., using ibm_db_sa+pyodbc:///xxxxxxx 
   don't work because I don't have that older driver 
   
<https://www.ibm.com/support/pages/db2-odbc-cli-driver-download-and-installation-information>
 
   installed (which does seem to be supported by SQLAlchemy).

TIA for any tips.

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/ba319cc9-ef50-4eee-b16c-989a3e4fd971n%40googlegroups.com.

Reply via email to