formatme

from kedro.pipeline import node

node(
    input="raw",
    output="int",
    func=my_func,
    tags=["one"],
)

Connections

Related tags and posts connected to this entry.