apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
63.06k stars 13.96k forks source link

feat(sqllab): Popup notification when download data can exceed row count #31187

Open justinpark opened 3 days ago

justinpark commented 3 days ago

SUMMARY

When user clicks "download to CSV" we would like to add a warning that there may actually be more data, so you aren't downloading the full data.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

https://github.com/user-attachments/assets/5c4d2ccf-3409-4818-9b9d-1fac0ff02801

TESTING INSTRUCTIONS

Set limit 10,000 and then run a query that may contain more than 10k.

ADDITIONAL INFORMATION