Wound up hitting an odd error which was due to an ...
# flytekit
r
Wound up hitting an odd error which was due to an incorrectly raised exception (fix here: https://github.com/flyteorg/flytekit/pull/1146)
Copy code
local variable 'uri' referenced before assignment
Seems this error only happens when we're including a
np.ndarray
as part of a
Union
type
156 Views