fix: clickhouse connect error fix (#958)

Co-authored-by: Magic <magic@B-4TMH9N3X-2120.local>
Co-authored-by: aries_ckt <916701291@qq.com>
This commit is contained in:
magic.chen
2023-12-22 11:44:26 +08:00
committed by GitHub
parent d9065227bd
commit 681a8e2ed5
26 changed files with 630 additions and 91 deletions

View File

@@ -536,6 +536,7 @@ def all_datasource_requires():
# mysqlclient 2.2.x have pkg-config issue on 3.10+
"mysqlclient==2.1.0",
"pydoris>=1.0.2,<2.0.0",
"clickhouse-connect",
]