【发布时间】:2020-08-31 10:37:18
【问题描述】:
https://kedro.readthedocs.io/en/stable/kedro.pipeline.node.Node.html#kedro.pipeline.node.Node.inputs
我有一个函数
def 函数(**kwargs): 返回
如何将变量作为节点输入传递给它?
**inputs**
Return node inputs as a list, in the order required to bind them properly to the node’s function. If the node’s function contains kwargs, then kwarg inputs are sorted alphabetically (for python 3.5 deterministic behavior).
【问题讨论】:
标签: kedro