Skip to content

Commit df0a0e0

Browse files
author
Yash bhardwaj
committed
fix: proton
1 parent 5fa5578 commit df0a0e0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

gotocompany/optimus/core/v1beta1/backfill.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,13 @@ message BackfillSpec {
104104
string namespace_name = 4;
105105
string job_name = 5;
106106
string description = 6;
107+
107108
google.protobuf.Timestamp data_start_time = 7;
108109
google.protobuf.Timestamp data_end_time = 8;
109110
google.protobuf.Timestamp start_time = 9;
110111
google.protobuf.Timestamp end_time = 10;
111-
string custom_assets = 11;
112+
113+
map<string, string> custom_assets = 11;
112114
string job_config = 12;
113115
string status = 13;
114116
string message = 14;

0 commit comments

Comments
 (0)