无法使用 Python API 运行过长的 DolphinDB 脚本

问题描述 投票:0回答:1

在Python中调用

session.run()
执行过长的DolphinDB脚本时,出现以下错误:

RuntimeError: <Exception> in run: Failed to parse the incoming object with I0 error type 13
python error-handling dolphindb
1个回答
0
投票

您可以将DolphinDB脚本封装到DolphinDB服务器上定义的模块或函数视图中,然后在Python中使用

s.run(func, args)
调用脚本。

© www.soinside.com 2019 - 2024. All rights reserved.