intuit / superglue

Superglue is a lineage-tracking tool built to help visualize the propagation of data through complex pipelines composed of tables, jobs and reports.
Apache License 2.0
155 stars 37 forks source link

Issue:18 Lineage API depth -1 throws 500 error Instead of 400 #29

Open codeatri opened 3 years ago

codeatri commented 3 years ago

Fixes #18

Lineage API depth -1 throws 500 error. Negative depth is not supported . Instead of throwing exception it should gracefully handle the error.

With this change, it will instead throw 404 Error instead of 500 with formatted JSON string as a response error message.

cc. @soojison @sambekar15