Skip to content

Commit

Permalink
Merge pull request #7239 from alexandra-bucur/ui-chassis-end2end
Browse files Browse the repository at this point in the history
Change end2end endpoint in UI Chassis to end-to-end in order to have a uniform naming style
  • Loading branch information
Alexandra Bucur authored Dec 12, 2022
2 parents 09da8cc + c18d9c4 commit 52011a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public Graph ultimateSourceGraph(@PathVariable("guid") String guid , @RequestPar
* @throws PropertyServerException from the underlying service
* @throws OpenLineageException from the underlying service
*/
@GetMapping( value = "/entities/{guid}/end2end")
@GetMapping( value = "/entities/{guid}/end-to-end")
@ResponseBody
public Graph endToEndLineage(@PathVariable("guid") String guid, @RequestParam boolean includeProcesses)
throws InvalidParameterException, PropertyServerException, OpenLineageException {
Expand Down

0 comments on commit 52011a2

Please sign in to comment.