Open kidehen opened 4 years ago
Hi, Redash already uses pyodbc for one of the Microsoft SQL Server query runners (a TDS based query runner for SQL Server is also included).
In order to use pyodbc with another data source, you can create a new query runner that utilises pyodbc and the ODBC driver for that data source. This is fairly straightforward if you use the SQL Server one as an example. I guess it might be possible to abstract this a little more by having a property that defines the name of the ODBC driver to use?
Hi, Redash already uses pyodbc for one of the Microsoft SQL Server query runners (a TDS based query runner for SQL Server is also included).
In order to use pyodbc with another data source, you can create a new query runner that utilises pyodbc and the ODBC driver for that data source. This is fairly straightforward if you use the SQL Server one as an example. I guess it might be possible to abstract this a little more by having a property that defines the name of the ODBC driver to use?
Yes. Just make it easier for others to integrate their chosen ODBC Drivers and this platform will benefit from the implicit openness immensely etc :)
Issue Summary
I am unable to make generic ODBC connections using ODBC Drivers of my choosing. Redash is a Python platform that should be using PyODBC or other binding layers to offer generic ODBC access which would be generally beneficial to the platform re usage expansion and growth.
Steps to Reproduce
Technical details: