Onkar Deshpande

Results 7 issues of Onkar Deshpande

Snuba admin's tracing tool shows query trace output. In addition to that, it will now show the profile events data. This PR parses the trace output and builds a `dict`...

### Environment Snuba admin ### Steps to Reproduce When snuba admin is opened through multiple tabs of a web browser, some state is getting shared between those tabs. This results...

getsentry/snuba

### Environment Snuba admin ### Steps to Reproduce Sometimes PR related to package updates/version bumps break snuba admin. For example, [this PR](https://github.com/getsentry/snuba/pull/6739) deals with replacing python-jose with pyjwt to fix...

getsentry/snuba

### Environment Snuba admin has support to run in sudo mode. Make sure all system queries get run in sudo mode. Consider providing a way to skip validation in case...

getsentry/snuba

### Environment Snuba admin ### Steps to Reproduce Today Snuba admin does not provide auto complete of SQL queries. While there are readymade query templates, autocomplete will be desirable. Additionally,...

getsentry/snuba

### Environment Snuba admin ### Steps to Reproduce When someone looks into the database cluster tool, they see the view of all database clusters. There is no easy way to...

getsentry/snuba

``` Python 3.11.8 (main, Aug 16 2024, 10:27:21) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from importlib.metadata import version >>> import sql_metadata...