snuba
snuba copied to clipboard
fix: shortcircuit for storages with no allocaiton policies
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