Skip to content

Commit

Permalink
Revert "switch readiness state to limited to skip migrations and unbl…
Browse files Browse the repository at this point in the history
…ock CI (#6210)"

This reverts commit 734af45.

Co-authored-by: volokluev <3169433+volokluev@users.noreply.github.com>
  • Loading branch information
getsentry-bot and volokluev committed Aug 15, 2024
1 parent e472f2c commit 43ec56a
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: limited
readiness_state: partial

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.LIMITED,
readiness_state=ReadinessState.PARTIAL,
),
MigrationGroup.GROUP_ATTRIBUTES: _MigrationGroup(
loader=GroupAttributesLoader(),
Expand Down

0 comments on commit 43ec56a

Please sign in to comment.