Skip to content

Commit

Permalink
chore(eap-spans): Limit dataset to prevent running migrations (#6252)
Browse files Browse the repository at this point in the history
  • Loading branch information
phacops committed Aug 29, 2024
1 parent afde219 commit 9fa2929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ storage:
key: eap_spans
set_key: events_analytics_platform

readiness_state: partial
readiness_state: limited

schema:
columns:
Expand Down
2 changes: 1 addition & 1 deletion snuba/migrations/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def __init__(
MigrationGroup.EVENTS_ANALYTICS_PLATFORM: _MigrationGroup(
loader=EventsAnalyticsPlatformLoader(),
storage_sets_keys={StorageSetKey.EVENTS_ANALYTICS_PLATFORM},
readiness_state=ReadinessState.PARTIAL,
readiness_state=ReadinessState.LIMITED,
),
MigrationGroup.GROUP_ATTRIBUTES: _MigrationGroup(
loader=GroupAttributesLoader(),
Expand Down

0 comments on commit 9fa2929

Please sign in to comment.