From: Gord Thompson Date: Mon, 18 Mar 2024 13:26:17 +0000 (-0600) Subject: Add impyla to external dialect list X-Git-Tag: rel_2_0_29~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8869373d0e5c0fd8f5dfbb6972fefacd6aa45eed;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add impyla to external dialect list Change-Id: I5a85db43a11c2c993597d0fa737377ee460b7629 (cherry picked from commit d8174392dce20004d9158a90949b4ff11b830247) --- diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index 52690f640a..120af79efe 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -97,6 +97,8 @@ Currently maintained external dialect projects for SQLAlchemy include: +------------------------------------------------+---------------------------------------+ | IBM Netezza Performance Server [1]_ | nzalchemy_ | +------------------------------------------------+---------------------------------------+ +| Impala | impyla_ | ++------------------------------------------------+---------------------------------------+ | Microsoft Access (via pyodbc) | sqlalchemy-access_ | +------------------------------------------------+---------------------------------------+ | Microsoft SQL Server (via python-tds) | sqlalchemy-tds_ | @@ -153,3 +155,4 @@ Currently maintained external dialect projects for SQLAlchemy include: .. _firebolt-sqlalchemy: https://pypi.org/project/firebolt-sqlalchemy/ .. _pyathena: https://github.com/laughingman7743/PyAthena/ .. _sqlalchemy-yugabytedb: https://pypi.org/project/sqlalchemy-yugabytedb/ +.. _impyla: https://pypi.org/project/impyla/