Skip to content

Commit

Permalink
Revert end2end lineage
Browse files Browse the repository at this point in the history
Signed-off-by: Ljupcho Palashevski <lpalashevski@gmail.com>
  • Loading branch information
lpalashevski committed Jan 24, 2023
1 parent ef42f73 commit ac06b12
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 ac06b12

Please sign in to comment.