Summary
Allow a single Story to include both batch and streaming steps.
Problem
Currently a Story is either `pattern: batch` or `pattern: realtime`. Users who need both must split into separate Stories and chain them with Impulses.
Proposed change
- Allow mixed patterns within a single Story
- Extended Hooks provides the data bridge between batch and streaming steps within a StoryRun
- Depends on: Extended Story Hooks
References
Summary
Allow a single Story to include both batch and streaming steps.
Problem
Currently a Story is either `pattern: batch` or `pattern: realtime`. Users who need both must split into separate Stories and chain them with Impulses.
Proposed change
References