Skip to content

Commit

Permalink
Merge branch 'evanh/feat/use-request-context-for-snubsplain' of githu…
Browse files Browse the repository at this point in the history
…b.com:getsentry/snuba into evanh/feat/use-request-context-for-snubsplain
  • Loading branch information
evanh committed Jun 27, 2023
2 parents fba4713 + 274fe7c commit bc213d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snuba/pipeline/processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

import sentry_sdk

from snuba.state import explain_meta
from snuba.datasets.entities.factory import get_entity
from snuba.datasets.plans.query_plan import ClickhouseQueryPlan
from snuba.query.logical import Query as LogicalQuery
from snuba.query.processors.physical import ClickhouseQueryProcessor
from snuba.query.query_settings import QuerySettings
from snuba.state import explain_meta


def _execute_clickhouse_processors(
Expand Down

0 comments on commit bc213d8

Please sign in to comment.