]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add Databricks to external dialect list
authorGord Thompson <gord@gordthompson.com>
Thu, 25 Apr 2024 15:14:53 +0000 (09:14 -0600)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 25 Apr 2024 18:54:49 +0000 (20:54 +0200)
Change-Id: I155e274c6baaeb044f7fda76ba74a63ab9e8e4e3
(cherry picked from commit d1cda3482aeb4b7edbcd564dc3523b974848a02c)

doc/build/dialects/index.rst

index 294095450f4329f1966fa23bb99ac1bac67d679d..d065bcf5b347831710be1e00b5d973f810b95083 100644 (file)
@@ -83,6 +83,8 @@ Currently maintained external dialect projects for SQLAlchemy include:
 +------------------------------------------------+---------------------------------------+
 | Databend                                       | databend-sqlalchemy_                  |
 +------------------------------------------------+---------------------------------------+
+| Databricks                                     | databricks_                           |
++------------------------------------------------+---------------------------------------+
 | EXASolution                                    | sqlalchemy_exasol_                    |
 +------------------------------------------------+---------------------------------------+
 | Elasticsearch (readonly)                       | elasticsearch-dbapi_                  |
@@ -163,3 +165,4 @@ Currently maintained external dialect projects for SQLAlchemy include:
 .. _impyla: https://pypi.org/project/impyla/
 .. _databend-sqlalchemy: https://github.com/datafuselabs/databend-sqlalchemy
 .. _sqlalchemy-greenplum: https://github.com/PlaidCloud/sqlalchemy-greenplum
+.. _databricks: https://docs.databricks.com/en/dev-tools/sqlalchemy.html