Skip to content

Commit

Permalink
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
  • Loading branch information
ParkMyCar committed Jan 14, 2025
1 parent 47f8b86 commit 45cee62
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
Expand Up @@ -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.
///
Expand Down

0 comments on commit 45cee62

Please sign in to comment.