Skip to content

Commit

Permalink
Merge pull request #7320 from lpalashevski/fixes
Browse files Browse the repository at this point in the history
Revert end2end lineage endpoint in ui-chassis
  • Loading branch information
Ljupcho Palashevski authored Jan 24, 2023
2 parents 9f17b0f + d99ec0d commit fb7be05
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ public Graph ultimateSourceGraph(@PathVariable("guid") String guid , @RequestPar
* @throws InvalidParameterException from the underlying service
* @throws PropertyServerException from the underlying service
* @throws OpenLineageException from the underlying service
*
* TODO: Remove api request mapping /entities/{guid}/end2end in major release (i.e. v4.x.x)
*/
@GetMapping( value = "/entities/{guid}/end-to-end")
@GetMapping( value = {"/entities/{guid}/end-to-end", "/entities/{guid}/end2end"})
@ResponseBody
public Graph endToEndLineage(@PathVariable("guid") String guid, @RequestParam boolean includeProcesses)
throws InvalidParameterException, PropertyServerException, OpenLineageException {
Expand Down

0 comments on commit fb7be05

Please sign in to comment.