From: Jason Myers Date: Tue, 29 Nov 2022 18:12:12 +0000 (-0600) Subject: Add PyAthena Dialect (#8898) X-Git-Tag: rel_1_4_45~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d57558ed88a14bab5f11be045779698f7886763f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add PyAthena Dialect (#8898) * Add PyAthena Dialect * Changing order (cherry picked from commit 07d40578b1bb77456b7a7af425a905b146fdaef1) --- diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index f08f519791..48c677da69 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -81,6 +81,8 @@ Currently maintained external dialect projects for SQLAlchemy include: +================================================+=======================================+ | Actian Avalanche, Vector, Actian X, and Ingres | sqlalchemy-ingres_ | +------------------------------------------------+---------------------------------------+ +| Amazon Athena | pyathena_ | ++------------------------------------------------+---------------------------------------+ | Amazon Redshift (via psycopg2) | sqlalchemy-redshift_ | +------------------------------------------------+---------------------------------------+ | Apache Drill | sqlalchemy-drill_ | @@ -157,3 +159,4 @@ Currently maintained external dialect projects for SQLAlchemy include: .. _sqlalchemy-turbodbc: https://pypi.org/project/sqlalchemy-turbodbc/ .. _sqlalchemy-sybase: https://pypi.org/project/sqlalchemy-sybase/ .. _firebolt-sqlalchemy: https://pypi.org/project/firebolt-sqlalchemy/ +.. _pyathena: https://github.com/laughingman7743/PyAthena/