William Mak
William Mak
- Updates all the remaining endpoint calls to get_snuba_params to use get_snuba_dataclass
- This is the last callsite for update_snuba_params_with_timestamp, so updated that to no longer support ParamsType
- This updates the facets endpoint to use snuba params - Also missed updating the discover module to use snuba params as well
- This updates the `get_rollup_from_request` function to take the date_range instead of taking an entire params object to make migrating to snuba params easier - Updates `src/sentry/api/endpoints/organization_metrics_samples.py` to use snuba_params
- Good by get_snuba_params, hello get_snuba_dataclass
- Updates most remaining spots to use SnubaParams instead of Paramstype - Still need to update search.events.fields in a future pr
- This adds the overall plan for what the functions and classes will look like for building rpc queries instead - This branch will be the merge target for other...
- This implements the groundwork for resolve query, handling queries on numeric & string tags, along with the currently supported operations - Need to update the proto to support FLOAT,...
- Pretty sure I'm doing a bunch of this wrong, opening this to hopefully get feedback on the right way to approach this - I'm also worried about the parameters...