Skip to content

Commit f3c3db6

Browse files
luthfifahlevimuhammad.fahlevi
andauthored
feat(compass): new flag include_deleted on lineage API (#188)
Co-authored-by: muhammad.fahlevi <muhammad.fahlevi@gojek.com>
1 parent 9c52382 commit f3c3db6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gotocompany/compass/v1beta1/service.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,9 @@ message GetGraphRequest {
957957
]
958958
}];
959959
optional bool with_attributes = 4;
960+
bool include_deleted = 5 [(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
961+
description: "If true, include soft deleted assets in the lineage graph result"
962+
}];
960963
}
961964

962965
message GetGraphResponse {

0 commit comments

Comments
 (0)