MINOR: MSTR connector import fix (#18025)

This commit is contained in:
Mayur Singal 2024-09-27 16:57:09 +05:30 committed by ulixius9
parent c31888c268
commit 3e5cc923bf

View File

@ -299,6 +299,7 @@ plugins: Dict[str, Set[str]] = {
"psycopg2-binary",
VERSIONS["geoalchemy2"],
},
"mstr": {"mstr-rest-requests==0.14.1"},
"sagemaker": {VERSIONS["boto3"]},
"salesforce": {"simple_salesforce~=1.11"},
"sample-data": {VERSIONS["avro"], VERSIONS["grpc-tools"]},