diff --git a/ingestion/setup.py b/ingestion/setup.py index ff46558826a..0545f715734 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -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"]},