Skip to main content

Denodo Dialect for SQLAlchemy

Project description

This package includes the Denodo Dialect for SQLAlchemy, which offers an easy way to connect to Denodo databases from SQLAlchemy https://www.sqlalchemy.org/

Denodo documentation and software resources are available at https://community.denodo.com

This dialect supports Denodo 8.0 and higher.

Pre-requisites

Python 3.9 or newer is needed.

This dialect requires the following Python modules:

  • SQLAlchemy 1.4.36 or higher. SQLAlchemy 2.0.x is recommended.
  • psycopg2 version 2.9.6 or higher.

These Python modules are also required dependencies in order to use Denodo Virtual DataPort's Flight SQL interface (available since Denodo 9.1):

  • SQLAlchemy 2.0.0 or higher.
  • adbc-driver-flightsql version 1.3.0.
  • pyarrow version 19.0.0.

Required dependencies will be installed automatically, in order to install dependencies for Flight SQL the flightsql extras package needs to be installed:

pip install denodo-sqlalchemy[flightsql]

Alternatively, dependency packages can be installed manually:

pip install sqlalchemy~=2.0.0
pip install psycopg2-binary>=2.9.6
pip install adbc-driver-flightsql~=1.3.0
pip install pyarrow~=19.0.0

Important: note also that psycopg2 has its own requirements for installation which need to be satisfied: https://www.psycopg.org/docs/install.html#prerequisites

Installation

The Denodo Dialect for SQLAlchemy can be installed from the public PyPI repository using pip:

pip install --upgrade denodo-sqlalchemy

Or (only for Denodo 9.1+):

pip install --upgrade denodo-sqlalchemy[flightsql]

pip automatically installs all required dependencies.

Usage

To connect to Denodo VDP Server with SQLAlchemy, the following URL pattern can be used:

denodo://<username>:<password>@<host>:<port[9996]>/<database>

This will create a connection using the default driver psycopg2, so it is equivalent to:

denodo+psycopg2://<username>:<password>@<host>:<port[9996]>/<database>

In order to create a connection using Flight SQL, you would need:

denodo+flightsql://<username>:<password>@<host>:<port[9994]>/<database>

Please note that Flight SQL connections assume SSL is enabled at the server. If not, you would need to add the use_encryption parameter set to False, like:

engine = sqlalchemy.create_engine("denodo+flightsql://<username>:<password>@<host>:<port[9994]>/<database>", connect_args={"use_encryption":"false"})

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

denodo_sqlalchemy-2.0.5.tar.gz (29.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

denodo_sqlalchemy-2.0.5-py3-none-any.whl (41.1 kB view details)

Uploaded Python 3

File details

Details for the file denodo_sqlalchemy-2.0.5.tar.gz.

File metadata

  • Download URL: denodo_sqlalchemy-2.0.5.tar.gz
  • Upload date:
  • Size: 29.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for denodo_sqlalchemy-2.0.5.tar.gz
Algorithm Hash digest
SHA256 aa379e2055c4448c1b6bf51cd81ab66170d96e1bc9a1e67246446e642160a339
MD5 04b30dd86fc6d3296933d464d7a894ea
BLAKE2b-256 76c5775a485b8fecd0ce12d0ccf4ab346016a3034f51efb8a3add8c25d38f0b6

See more details on using hashes here.

File details

Details for the file denodo_sqlalchemy-2.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for denodo_sqlalchemy-2.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 119736dd3915de84a70697020e4d74bf99a61fa05e162228f3d82876f2b247bf
MD5 4c3df07b92f91395ff0e608cad6f7673
BLAKE2b-256 fef7b2ddd43a81fe424912b90831683c6f0dbb8d76342df9d2cea769f6fa33bd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page