We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa5578 commit df0a0e0Copy full SHA for df0a0e0
1 file changed
gotocompany/optimus/core/v1beta1/backfill.proto
@@ -104,11 +104,13 @@ message BackfillSpec {
104
string namespace_name = 4;
105
string job_name = 5;
106
string description = 6;
107
+
108
google.protobuf.Timestamp data_start_time = 7;
109
google.protobuf.Timestamp data_end_time = 8;
110
google.protobuf.Timestamp start_time = 9;
111
google.protobuf.Timestamp end_time = 10;
- string custom_assets = 11;
112
113
+ map<string, string> custom_assets = 11;
114
string job_config = 12;
115
string status = 13;
116
string message = 14;
0 commit comments