Update PartitionManifest interface
This commit is contained in:
parent
033ba12f43
commit
111e6d9987
1 changed files with 3 additions and 0 deletions
|
|
@ -74,6 +74,9 @@ message PartitionManifest {
|
||||||
|
|
||||||
// The configuration used to run the job
|
// The configuration used to run the job
|
||||||
Task task = 5;
|
Task task = 5;
|
||||||
|
|
||||||
|
// Arbitrary metadata about the produced partitions, keyed by partition ref
|
||||||
|
map<string, string> metadata = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
message JobExecuteRequest { repeated PartitionRef outputs = 1; }
|
message JobExecuteRequest { repeated PartitionRef outputs = 1; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue