From a3e11ac59c504125e80bf295853a1ca105f67df6 Mon Sep 17 00:00:00 2001 From: Onkar Ravgan Date: Tue, 18 Jul 2023 19:07:19 +0530 Subject: [PATCH] disabled pymmsql dependancy (#12481) --- ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index d5c91dd3686..ef0de4e3aae 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -214,7 +214,7 @@ plugins: Dict[str, Set[str]] = { }, "powerbi": {VERSIONS["msal"]}, "presto": {*COMMONS["hive"]}, - "pymssql": {"pymssql==2.2.5"}, + # "pymssql": {"pymssql==2.2.5"}, pymssql build is failing ref issue: https://github.com/pymssql/pymssql/issues/826 "quicksight": {VERSIONS["boto3"]}, "redash": {VERSIONS["packaging"]}, "redpanda": {*COMMONS["kafka"]},