Open justinpark opened 3 days ago
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.
https://github.com/user-attachments/assets/5c4d2ccf-3409-4818-9b9d-1fac0ff02801
Set limit 10,000 and then run a query that may contain more than 10k.
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