Update PartitionManifest interface

This commit is contained in:
Stuart Axelbrooke 2025-07-26 20:08:31 -07:00
parent 033ba12f43
commit 111e6d9987

View file

@ -74,6 +74,9 @@ message PartitionManifest {
// The configuration used to run the job
Task task = 5;
// Arbitrary metadata about the produced partitions, keyed by partition ref
map<string, string> metadata = 6;
}
message JobExecuteRequest { repeated PartitionRef outputs = 1; }