-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
MongoDB query return no values #7125
Comments
Hello, Adding extra informations to the issue related by @diegotiendanube Here is the error I've found on the logs for the error 2024-09-05T12:43:34.824417052Z [2024-09-05 12:43:34,824][PID:110][ERROR][rq.worker] [Job aedc66dc-423e-4007-a070-787834eace81]: exception raised while executing (redash.tasks.queries.execution.execute_query) 2024-09-05T12:43:34.824544517Z The above exception was the direct cause of the following exception: I see some PR with a fix for a similar errors but we are using the latest image of Redash here Any clues @arikfr ? |
I'm trying to run a query in MongoDB, but it doesn't return any values when the limit is exceeded, as shown in the screenshots. I know the query should return more results, but when I set a limit of 75, for example, it doesn't return anything. The strangest part is that no error is generated, and there's no information in the logs that explains why this is happening.
Steps to Reproduce
This is the query I’m running:
However, when I increase the limit to 75, the query does not return any results:
Another point I noticed is that when I specify a field, the query returns without any issues.
Any idea what might be causing the error?
Technical details:
The text was updated successfully, but these errors were encountered: