When calling session.run() to execute overly long DolphinDB scripts in Python, the following error occurs:
RuntimeError: <Exception> in run: Failed to parse the incoming object with I0 error type 13
When calling session.run() to execute overly long DolphinDB scripts in Python, the following error occurs:
RuntimeError: <Exception> in run: Failed to parse the incoming object with I0 error type 13
Copyright © 2021 Jogjafile Inc.
You can encapsulate DolphinDB scripts into a defined module or function view on DolphinDB server, and then call the scripts using
s.run(func, args)in Python.