MINOR: MSTR connector import fix (#18025)

This commit is contained in:
Mayur Singal 2024-09-27 16:57:09 +05:30 committed by GitHub
parent 7cd957c1c3
commit e373fddbde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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