-
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
ROW_LIMIT not working #28644
Comments
The issue you're experiencing with the "ROW_LIMIT" setting not being applied correctly could be due to several factors, including recent changes in the Superset codebase, backend configurations, or frontend control logic. Here are some steps and considerations to help you resolve this issue: Backend ConfigurationsEnsure that the backend configurations in
Frontend Control LogicEnsure that the value you set (20,000,000) is within the allowed options or is correctly validated as a free-form input. The Recent Changes in Superset CodebaseThere have been recent changes in the Superset codebase that might affect the "ROW_LIMIT" setting. Notably, pull requests #27700 and #26151 address issues related to row limits. Logging and DebuggingSuperset has logging mechanisms that can help trace how the "ROW_LIMIT" setting is being applied or ignored during query execution. Key logging statements are present in the Visibility of
|
I have run my superset project version for the first time since September October last year, I tried the above solutions and it didn't work |
It seems like this issue requires a deeper look. @rusackas, could you please lend your expertise?
|
Hello, you mentionned a september / october version. I recalled we faced the same issue around the same period, it was solved for us since 3.1.3. |
Ho @mujohiddin. This bug was fixed by #26807 which is available in 3.1.3 and 4.0.1 so you just need to use one of these versions. You can always check in which version a fix is available using the CHANGELOG. FYI: It's not a good practice to tag multiple people multiple times. Keep in mind that we receive many messages every day and might be busy resolving other issues. |
Bug description
Hello there. my project is last year september october version but i have row limit not working how to fix it. I don't know how to fix it. Help me pleace
![photo_2024-05-22_11-52-55](https://private-user-images.githubusercontent.com/69301931/333041106-b4180d95-6ee6-43f5-a856-79777af027b8.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzOTgxMTIsIm5iZiI6MTczOTM5NzgxMiwicGF0aCI6Ii82OTMwMTkzMS8zMzMwNDExMDYtYjQxODBkOTUtNmVlNi00M2Y1LWE4NTYtNzk3NzdhZjAyN2I4LmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDIyMDMzMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVkNjhmYzAzMjg1OTUyYWZiY2Y0Zjg0ZTNkZGRmZDJkMTQ3NjljOTFjYzEzOTI3MDBjMzMwMDVlOThhNDg4NWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.llxTuWvas8qrmVbW8jsS8Ik7rVPoOzFTK-OjDLYBh0g)
![photo_2024-05-22_11-52-17](https://private-user-images.githubusercontent.com/69301931/333041115-4e8bd9c4-50db-4f42-abf3-8dcb582a3055.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzOTgxMTIsIm5iZiI6MTczOTM5NzgxMiwicGF0aCI6Ii82OTMwMTkzMS8zMzMwNDExMTUtNGU4YmQ5YzQtNTBkYi00ZjQyLWFiZjMtOGRjYjU4MmEzMDU1LmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDIyMDMzMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ4NmFmZWQ4ODZlNmRhODNlY2U0ZjQzMjYyZjU1NTE3NmE1ZGJiMDY2NmQzNDA3M2U5ZDAwYjRkMjQ1MGRiMDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.FYYy7mDsOvJ6ZuoBoT79E-YXgodu12k-anlJC3bIEgU)
How to reproduce the bug
1
Screenshots/recordings
@michael-s-molina @betodealmeida @rusackas @jon
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
Hi
Checklist
The text was updated successfully, but these errors were encountered: