Sharon Gong
12/13/2021, 2:30 PM[3/3] currentAttempt done. Last Error: SYSTEM::Traceback (most recent call last):
File "/home/jovyan/.local/lib/python3.7/site-packages/flytekit/common/exceptions/scopes.py", line 165, in system_entry_point
return wrapped(*args, **kwargs)
File "/home/jovyan/.local/lib/python3.7/site-packages/flytekit/core/base_task.py", line 514, in dispatch_execute
) from e
Message:
Failed to convert return value for var o0 for function onemodel.models.subscribers._flyte.subscribers_task with error <class 'AttributeError'>: '_TypedJasperSchema' object has no attribute '_remote_path'
flytekit==0.25.0
Kevin Su
12/13/2021, 5:11 PM_remote_path
to remote_path
in schema, let me create a pr to fix it_remote_path
to remote_path
to fix the error.Sharon Gong
12/13/2021, 7:32 PM