]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add Firebolt to table of external dialects (#7206)
authorKevin Marr <caseymarr@gmail.com>
Mon, 18 Oct 2021 19:39:06 +0000 (14:39 -0500)
committerGitHub <noreply@github.com>
Mon, 18 Oct 2021 19:39:06 +0000 (21:39 +0200)
We recently built an external dialect for our data warehouse, Firebolt, and would like it to be listed in the documentation. Thanks!

doc/build/dialects/index.rst

index a778f4d7cf9625d013678f140091ef948db3b595..d632026dc32176def3e540052eebb959bde8540e 100644 (file)
@@ -99,6 +99,8 @@ Currently maintained external dialect projects for SQLAlchemy include:
 +-----------------------------------------+---------------------------------------+
 | Firebird                                | sqlalchemy-firebird_                  |
 +-----------------------------------------+---------------------------------------+
+| Firebolt                                | firebolt-sqlalchemy_                  |
++-----------------------------------------+---------------------------------------+
 | Google BigQuery                         | pybigquery_                           |
 +-----------------------------------------+---------------------------------------+
 | Google Sheets                           | gsheets_                              |
@@ -151,3 +153,4 @@ Currently maintained external dialect projects for SQLAlchemy include:
 .. _sqlalchemy-cockroachdb: https://github.com/cockroachdb/sqlalchemy-cockroachdb
 .. _sqlalchemy-turbodbc: https://pypi.org/project/sqlalchemy-turbodbc/
 .. _sqlalchemy-sybase: https://pypi.org/project/sqlalchemy-sybase/
+.. _firebolt-sqlalchemy: https://pypi.org/project/firebolt-sqlalchemy/