From: am-kinetica <85610855+am-kinetica@users.noreply.github.com> Date: Thu, 19 Sep 2024 20:46:11 +0000 (+0530) Subject: Updated link for the Kinetica dialect (#11895) X-Git-Tag: rel_2_0_36~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1efc34bd3993851b29eede08e5d40b02dd9321e5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Updated link for the Kinetica dialect (#11895) (cherry picked from commit a32b917a8836fe0670385c2d11aff58589aefd9c) --- diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index 449004154f..f35d0b026d 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -107,6 +107,8 @@ Currently maintained external dialect projects for SQLAlchemy include: +------------------------------------------------+---------------------------------------+ | Impala | impyla_ | +------------------------------------------------+---------------------------------------+ +| Kinetica | sqlalchemy-kinetica_ | ++------------------------------------------------+---------------------------------------+ | Microsoft Access (via pyodbc) | sqlalchemy-access_ | +------------------------------------------------+---------------------------------------+ | Microsoft SQL Server (via python-tds) | sqlalchemy-pytds_ | @@ -168,3 +170,4 @@ Currently maintained external dialect projects for SQLAlchemy include: .. _sqlalchemy-greenplum: https://github.com/PlaidCloud/sqlalchemy-greenplum .. _databricks: https://docs.databricks.com/en/dev-tools/sqlalchemy.html .. _clickhouse-sqlalchemy: https://pypi.org/project/clickhouse-sqlalchemy/ +.. _sqlalchemy-kinetica: https://github.com/kineticadb/sqlalchemy-kinetica/