pinterest / querybook

Querybook is a Big Data Querying UI, combining collocated table metadata and a simple notebook interface.
https://www.querybook.org
Apache License 2.0
1.92k stars 230 forks source link

ui: Add Query Nagging for Sampling #1468

Closed zhangvi7 closed 3 months ago

zhangvi7 commented 3 months ago

Context

During query runs, if it is taking more than 10 seconds and the query could be sampled, we show a suggestion to users that they can cancel their current query and run a sampled version instead.

Test Plan

naggingtest

zhangvi7 commented 3 months ago