Subscriptions always send attachments

When I create a dashboard subscription it always sends csv attachments for all questions even if the "Attach results" is disabled. Is there a way to disable all result attachments? Thanks.

Version 0.41.0

Hi @alan
Metabase includes the attachment if the table has more than 10 columns or 20 rows (if I remember correctly), since that will not be displayed inline.
It feels like a legacy thing, but it would also be tricky to disable, since it would require people to update all their subscriptions to then include the attachments, if they wanted them.
We should probably figure out how to handle this better - can you create an issue for it?
https://github.com/metabase/metabase/issues/new/choose

Thanks for the quick reply, that helps me work around it better. I will create an issue.