Metadata-Version: 2.1
Name: sqlalchemy-dremio
Version: 2.0.1
Summary: A SQLAlchemy dialect for Dremio via the Flight interface.
Home-page: https://github.com/narendrans/sqlalchemy_dremio
Author: Naren
Author-email: me@narendran.info
License: Apache Software License
Keywords: sqlalchemy_dremio
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# SQLAlchemy Dremio


![PyPI](https://img.shields.io/pypi/v/sqlalchemy_dremio.svg)
![Build](https://github.com/narendrans/sqlalchemy_dremio/workflows/Build/badge.svg)

A SQLAlchemy dialect for Dremio via ODBC and Flight interfaces.

<!--ts-->
   * [Installation](#installation)
   * [Usage](#usage)
   * [Testing](#testing)
   * [Superset Integration](#superset-integration)
<!--te-->

Installation
------------

`pip install sqlalchemy_dremio`

Usage
-----

Connection String example:
`dremio+flight://user:password@host:port/dremio;SSL=0`

Superset Integration
-------------

The ODBC connection to superset is now deprecated. Please update sqlalchemy_dremio to 2.0.0 to use the flight connection.

