Limit the number of records that can be downloaded

Is there a way to set metabase to only allow the first 100 rows to be downloaded? We are running this service in a regulated environment and have to curtail data exposure.

Hi @shoanm
If you define a limit in your SQL or define it in the Editor, then that limit is respected for viewing and downloading data.
But there’s currently no way to limit downloads separately - other than blocking download requests via a reverse-proxy.