Skip to content

Conversation

@rarepolz
Copy link
Contributor

@rarepolz rarepolz commented Oct 30, 2025

Issue #, if available:
closes #37
Description of changes:

  • Add event_conversion module to transform operations into history events
  • Implement operation_to_started_event and operation_to_finished_event
  • Add generate_execution_events for complete execution history
  • Update executor get_execution_history with proper cursor-based pagination
  • Support reverse_order and include_execution_data options
  • Add comprehensive test coverage for event conversion and pagination

Dependencies

If this PR requires testing against a specific branch of the Python Language SDK (e.g., for unreleased changes), uncomment and specify the branch below. Otherwise, leave commented to use the main branch.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@rarepolz rarepolz marked this pull request as ready for review October 30, 2025 20:02
@rarepolz rarepolz requested review from a user, bchampp, vip-amzn, wangyb-A and yaythomas October 30, 2025 20:10
@rarepolz rarepolz force-pushed the executor-event-history branch 3 times, most recently from 2567d12 to 5e1d174 Compare October 31, 2025 14:26
@rarepolz rarepolz changed the title feat(testing-sdk): add execution history event generation and pagination feat(testing-sdk): execution history event generation & pagination Oct 31, 2025
@rarepolz rarepolz closed this Oct 31, 2025
@rarepolz rarepolz reopened this Oct 31, 2025
@rarepolz rarepolz force-pushed the executor-event-history branch from 5e1d174 to 27084b1 Compare November 3, 2025 12:19
- Add event_conversion module to transform operations into history events
- Implement operation_to_started_event and operation_to_finished_event
- Add generate_execution_events for complete execution history
- Update executor get_execution_history with proper cursor-based pagination
- Support reverse_order and include_execution_data options
- Add comprehensive test coverage for event conversion and pagination
@rarepolz rarepolz closed this Nov 11, 2025
@wangyb-A wangyb-A deleted the executor-event-history branch November 18, 2025 16:58
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.

Add execution history in executor

3 participants