Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a comment calling out that oneshot ingestions only stage data, th…
Browse files Browse the repository at this point in the history
…ey don't also link it
ParkMyCar committed Jan 15, 2025
1 parent c407594 commit e1febaa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/storage-client/src/client.rs
Original file line number Diff line number Diff line change
@@ -123,6 +123,11 @@ pub enum StorageCommand<T = mz_repr::Timestamp> {
UpdateConfiguration(StorageParameters),
/// Run the enumerated sources, each associated with its identifier.
RunIngestions(Vec<RunIngestionCommand>),
/// Run a dataflow which will ingest data from an external source and only __stage__ it in
/// Persist.
///
/// Unlike regular ingestions/sources, some other component (e.g. `environmentd`) is
/// responsible for linking the staged data into a shard.
RunOneshotIngestion(RunOneshotIngestionCommand),
/// Enable compaction in storage-managed collections.
///

0 comments on commit e1febaa

Please sign in to comment.