disabled pymmsql dependancy (#12481)

This commit is contained in:
Onkar Ravgan 2023-07-18 19:07:19 +05:30 committed by GitHub
parent ca16cd4087
commit a3e11ac59c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]},