Skip to content

Commit 433bbd5

Browse files
authored
workflows: remove pgv annotation on optional field (#81)
Signed-off-by: Matt Klein <[email protected]>
1 parent a3e1341 commit 433bbd5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/bitdrift_public/protobuf/workflow/v1/workflow.proto

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,9 @@ message Workflow {
419419
message Exact {
420420
};
421421

422-
// For now we only support exact match, but in the future we might support more complex extraction logic like regex captures.
422+
// For now we only support exact match, but in the future we might support more complex
423+
// extraction logic like regex captures. If not specified, the default is exact match.
423424
oneof extraction_type {
424-
option (validate.required) = true;
425-
426425
Exact exact = 2;
427426
}
428427
}

0 commit comments

Comments
 (0)