]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Updated link for the Kinetica dialect (#11895)
authoram-kinetica <85610855+am-kinetica@users.noreply.github.com>
Thu, 19 Sep 2024 20:46:11 +0000 (02:16 +0530)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 19 Sep 2024 20:47:46 +0000 (22:47 +0200)
(cherry picked from commit a32b917a8836fe0670385c2d11aff58589aefd9c)

doc/build/dialects/index.rst

index 449004154fc6dda55cd801756c0c4212905c4d39..f35d0b026ddb54240b07d2ad0d1ef7263fedaf17 100644 (file)
@@ -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/