Skip to content

Commit

Permalink
add org id
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-kumar-saini committed Sep 27, 2023
1 parent d74456f commit ddf58ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sentry/snuba/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def _create_snql_in_snuba(subscription, snuba_query, snql_query, entity_subscrip
"query": str(snql_query.query),
"time_window": snuba_query.time_window,
"resolution": snuba_query.resolution,
"tenant_ids": {"organization_id": subscription.project.organization_id},
**entity_subscription.get_entity_extra_params(),
}

Expand Down

0 comments on commit ddf58ee

Please sign in to comment.