Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Mongo-QL Stats function throws NotImplementedError #7595

Closed
martyna-mindsdb opened this issue Oct 6, 2023 · 3 comments
Closed

[Bug]: Mongo-QL Stats function throws NotImplementedError #7595

martyna-mindsdb opened this issue Oct 6, 2023 · 3 comments
Assignees
Labels
bug Something isn't working community All issues reported by the community

Comments

@martyna-mindsdb
Copy link
Collaborator

Short description of current behavior

Listed all models using db.predictors.find({}); and tried to describe one model using stats, but getting NotImplementedError.

Video or screenshots

image

image

Expected behavior

The output should be as in this doc page: https://docs.mindsdb.com/mongo/models/describe

How to reproduce the error

Connect MindsDB to MongoDB Compass and run this command: db.model_name.stats({scale: "xxx"});

Anything else?

No response

@martyna-mindsdb martyna-mindsdb added the bug Something isn't working label Oct 6, 2023
@chandrevdw31 chandrevdw31 added the community All issues reported by the community label Oct 6, 2023
@ea-rus
Copy link
Contributor

ea-rus commented Jan 24, 2024

What version of mongo compass was used?
For me it works in 1.35.0
image

@ea-rus
Copy link
Contributor

ea-rus commented Jan 24, 2024

Found issue with the same problem and steps to replicate
#7389

@ea-rus ea-rus closed this as completed Jan 24, 2024
@martyna-mindsdb
Copy link
Collaborator Author

martyna-mindsdb commented Apr 29, 2024

@ea-rus
I'm using MongoDB Compass Version 1.38.2 and getting this error:

image

I'm connecting to my local MindsDB instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community All issues reported by the community
Projects
None yet
Development

No branches or pull requests

3 participants