Stream
Data model
Storage, schemas, and data ownership for Stream
Source of truth
- Stream reads from Cloud Spanner to enrich change stream events.
Primary tables
PipelinesOrganizationsClinics
Change stream inputs
- Dataflow forwards Spanner Change Stream events for the
Pipelinestable. - Each change yields
TaskInfofor downstream processing when enabled.
Data ownership
- Stream does not own data; it reads Spanner and emits Cloud Tasks.
Last updated on