pub(crate) fn render_sink<G>(
scope: &mut G,
storage_state: &mut StorageState,
sink_id: GlobalId,
sink: &StorageSinkDesc<CollectionMetadata, Timestamp>,
) -> (Stream<G, HealthStatusMessage>, Vec<PressOnDropButton>)
Expand description
Renders complete differential Collection
s
that represent the sink and its errors as requested
by the original CREATE SINK
statement.