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

1 投票
1 回答
11 浏览
提问于 2025-04-14 15:55

在Python中调用 session.run() 来执行过长的DolphinDB脚本时,会出现以下错误:

RuntimeError: <Exception> in run: Failed to parse the incoming object with I0 error type 13

1 个回答

0

你可以把DolphinDB的脚本封装成一个定义好的模块或者函数,放在DolphinDB服务器上。然后在Python中,你可以用s.run(func, args)来调用这些脚本。

撰写回答