# Legacy Dremio odbc driver for ubuntu

**URL:** https://community.dremio.com/t/legacy-dremio-odbc-driver-for-ubuntu/9755
**Category:** Uncategorized
**Created:** [September 29, 2022, 4:56pm UTC](https://community.dremio.com/t/legacy-dremio-odbc-driver-for-ubuntu/9755 "2022-09-29T16:56:04Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![RamuR](https://sea2.discourse-cdn.com/flex020/user_avatar/community.dremio.com/ramur/32/4409_2.png) [@RamuR](https://community.dremio.com/u/RamuR)
#### Post date: [September 29, 2022, 4:56pm UTC](https://community.dremio.com/t/legacy-dremio-odbc-driver-for-ubuntu/9755/1 "2022-09-29T16:56:04Z")

</div>

Hi,  
I am working with apache superset version 1.4.0, which has a dependency on sqlalchemy\_dremio version 1.2.0 which requires Dremio’s legacy ODBC driver. More info can be found in the URL [sqlalchemy-dremio · PyPI](https://pypi.org/project/sqlalchemy-dremio/1.2.0/). I could not get the Dremio’s legacy ODBC driver anywhere in the internet. Please let me know from where I can download the Dremio’s legacy ODBC driver. I am on ubuntu 20.0.4.

FYI, the latest version of apache superset, which has a dependency on sqlalchemy\_dremio version 2.0.2 does not depend on the Dremio’s legacy ODBC driver. Instead it depends on the arrow flight drivers. However, using the latest versions of apache superset and sqlalchemy\_dremio version 2.0.2, I am not able to talk to Dremio from apache superset. That’s the main reason I am in need of the Dremio’s legacy ODBC driver.

Alternatively, if anyone has a successful working environment of apache superset with dremio, please let me know the versions that you use. If possible, please share the dockerfile that you have used for apache superset which may have the installation of the necessary drivers.

Thanks for you help.

---

<div class="post-metadata">

### Author: ![balaji.ramaswamy](https://sea2.discourse-cdn.com/flex020/user_avatar/community.dremio.com/balaji.ramaswamy/32/843_2.png) [@balaji.ramaswamy](https://community.dremio.com/u/balaji.ramaswamy)
#### Post date: [September 30, 2022, 4:48am UTC](https://community.dremio.com/t/legacy-dremio-odbc-driver-for-ubuntu/9755/2 "2022-09-30T04:48:07Z")

</div>

@RamuR Let me find out and get back to you

---

<div class="post-metadata">

### Author: ![stepcheunghk](https://sea2.discourse-cdn.com/flex020/user_avatar/community.dremio.com/stepcheunghk/32/4455_2.png) [@stepcheunghk](https://community.dremio.com/u/stepcheunghk)
#### Post date: [October 3, 2022, 7:39am UTC](https://community.dremio.com/t/legacy-dremio-odbc-driver-for-ubuntu/9755/3 "2022-10-03T07:39:31Z")

</div>

Yes, I have the same issue too. I cannot connect to Dremio using sqlalchemy\_dremio version 2.0.2. It will prompt the following error.

```auto
ERROR: gRPC returned unavailable error, with message: failed to connect to all addresses

```
