quadratichq / quadratic

Quadratic | Spreadsheet with Python, SQL, and AI
https://QuadraticHQ.com
Other
3.05k stars 157 forks source link

feat: dynamic data validation #1987

Open jimniels opened 1 month ago

jimniels commented 1 month ago

Imagine you wanted to do data validations, but the list of results came from an API call?

Think, for example, of select menus on the web that provide typeahead options as you type something in

Imagine if you do something similar with data validations where the "type" would be the result of some code that gets run.

CleanShot 2024-10-22 at 16 38 14@2x

Per the example above, this means you could make a query to some external API and have it return a list of options which would serve as your data validation options.

This would allow people to really build sophisticated dashboards based on their own, changing data.