snuba icon indicating copy to clipboard operation
snuba copied to clipboard

fix: shortcircuit for storages with no allocaiton policies

Open xurui-c opened this issue 3 months ago • 0 comments

when there are no policies on a table, it gets populated with the DEFAULT_PASSTHROUGH_POLICY: https://github.com/getsentry/snuba/blob/master/snuba/web/db_query.py#L531-L566 https://github.com/getsentry/snuba/blob/master/snuba/query/data_source/simple.py#L98-L103

xurui-c avatar Oct 17 '25 16:10 xurui-c