Skip to content

Conversation

@JakobMiesner
Copy link
Contributor

@JakobMiesner JakobMiesner commented Jan 5, 2026

  • add feature flag for extending record indices with stats
  • raise error when loan is indexed while loan transition events index does not exits

@JakobMiesner JakobMiesner changed the title stats stats: add feature flag for indexing stats data onto records Jan 5, 2026
search_result = current_search_client.search(
index=stat_events_index_name, body=search_body
if not current_search_client.indices.exists(index=stat_events_index_name):
raise LoanTransitionEventsIndexMissingError()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am confused now, let's have a chat

@JakobMiesner JakobMiesner marked this pull request as ready for review January 6, 2026 09:42
@kpsherva kpsherva merged commit b5da245 into inveniosoftware:master Jan 6, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants