diff --git a/src/storage-client/src/client.rs b/src/storage-client/src/client.rs index 80561b6edfcbc..791dea68e1ba9 100644 --- a/src/storage-client/src/client.rs +++ b/src/storage-client/src/client.rs @@ -123,6 +123,11 @@ pub enum StorageCommand { UpdateConfiguration(StorageParameters), /// Run the enumerated sources, each associated with its identifier. RunIngestions(Vec), + /// 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. ///