GitHub user Satyaprakash1194 added a comment to the discussion: Not able to 
export large amount of db data (in crores) into a CSV file

Hello Bhavna, I was also experiencing the same issue, and i have resolved with 
below workaround.
In your superset_config.py, 
FEATURE_FLAGS = {
        "ALLOW_FULL_CSV_EXPORT": True,
}


ROW_LIMIT = 30000000
DISPLAY_MAX_ROW = 30000000
SQL_MAX_ROW = 30000000
DEFAULT_SQLLAB_LIMIT = 30000000
QUERY_SEARCH_LIMIT = 30000000

If above didnt resolve your issue, keep these in superset_config.py and rebuild 
your frontend.
This should work for you.


GitHub link: 
https://github.com/apache/superset/discussions/33292#discussioncomment-13723392

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to