-
Notifications
You must be signed in to change notification settings - Fork 14.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
static limit for native filters recoreds #20521
Comments
@moathOSA any solution for this? Thanks! |
I saw the old issue. And looks the solution wasn't merged: |
Hi there. looking through the code i found a couple of things 1️⃣ appropriate parameter from config: FILTER_SELECT_ROW_LIMIT = 10000 already set to 2️⃣ As i can see from front-end code the
It seems to me, native filter should use |
@rodmax I am currently working on a Superset project and ran into the same project. I set Did you find any solution to increase the maximum rows that are returned by the native filters? |
@julizet unfortunately no. |
We're also having the same issue and can't use dynamic filtering due to limitations of our database. After some digging, as mentioned above, changing this value changes the default filter row limit:
Some potential options to improve this could be:
Keen to hear any other thoughts/suggestions. |
Have raised a draft PR with a way to customise this via a config value, any comments or feedback welcome: #24043 |
PR merged! |
did the changes in this PR work fine for anybody? I am using superset version 2.0 and made changes in my code base in the 3 files mentioned in this PR, but they seem to have no effect for me. |
i'm using a native filters in my dashboard and i have a filter with more than 1000 record
i noticed that there is now way to increase this filter limit ?
any key or config i missed ?
superset v1.5.0
=============================================================================
The text was updated successfully, but these errors were encountered: