feat: add TDengine.py driver to db_engine (#32041)

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
This commit is contained in:
Alex Duan
2025-02-07 04:45:55 +08:00
committed by GitHub
parent e8990f4a36
commit 649a0dec6c
6 changed files with 115 additions and 0 deletions

View File

@@ -173,6 +173,10 @@ spark = [
"tableschema",
"thrift>=0.14.1, <1",
]
tdengine = [
"taospy>=2.7.21",
"taos-ws-py>=0.3.8"
]
teradata = ["teradatasql>=16.20.0.23"]
thumbnails = ["Pillow>=10.0.1, <11"]
vertica = ["sqlalchemy-vertica-python>=0.5.9, < 0.6"]