Skip to content

Commit

Permalink
fix(compass): accept encoded path params (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdh authored Apr 18, 2022
1 parent da1f641 commit 2481c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions odpf/compass/v1beta1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ service CompassService {

rpc GetGraph(GetGraphRequest) returns (GetGraphResponse) {
option (google.api.http) = {
get: "/v1beta1/lineage/{urn}"
get: "/v1beta1/lineage/{urn=**}"
};

option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
Expand Down Expand Up @@ -1154,4 +1154,4 @@ message TagTemplateField {
message Type {
string name = 1;
uint32 count = 2;
}
}

0 comments on commit 2481c00

Please sign in to comment.