File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ all = [
4747 " teradatasql>=20.0.0" ,
4848 " trino>=0.329.0" ,
4949 " presto-python-client>=0.8.4" ,
50+ " sqlalchemy-bigquery" ,
5051 " duckdb>=1.1.0" , # min avoids known CVEs
5152 " clickhouse-connect>=0.7.0" ,
5253 " requests>=2.32.4" , # min avoids known CVEs
@@ -55,6 +56,7 @@ all = [
5556 " sshtunnel>=0.4.0" ,
5657 " paramiko>=2.0.0,<4.0.0" ,
5758 " snowflake-connector-python>=3.7.0" ,
59+ " redshift-connector" ,
5860 " pyathena>=3.22.0" ,
5961 " adbc-driver-flightsql>=1.0.0" ,
6062]
@@ -69,6 +71,8 @@ hana = ["hdbcli>=2.20.0"]
6971teradata = [" teradatasql>=20.0.0" ]
7072trino = [" trino>=0.329.0" ]
7173presto = [" presto-python-client>=0.8.4" ]
74+ bigquery = [" sqlalchemy-bigquery" ]
75+ redshift = [" redshift-connector" ]
7276duckdb = [" duckdb>=1.1.0" ] # min avoids known CVEs
7377clickhouse = [" clickhouse-connect>=0.7.0" ]
7478d1 = [" requests>=2.32.4" ] # min avoids known CVEs
You can’t perform that action at this time.
0 commit comments