<#1412 Preserving Exception in the LazyEntity fetc...
# flyte-github
a
#1412 Preserving Exception in the LazyEntity fetch Pull request opened by kumare3 Signed-off-by: Ketan Umare ketan.umare@gmail.com TL;DR In cases when the lazy fetch fails with an attribute error, the entire lazy entity will end up in a infinite recursive call. It is anyways a good practice to catch the underlying exception and bubble as a runtime error. This should not affect any users today, but this is potentially a bug waiting to be uncovered in the future. Type ☑︎ Bug Fix ☐ Feature ☐ Plugin Are all requirements met? ☑︎ Code completed ☑︎ Smoke tested ☑︎ Unit tests added ☑︎ Code documentation added ☑︎ Any pending items have an associated Issue flyteorg/flytekit All checks have passed 30/30 successful checks