Skip to content Skip to sidebar Skip to footer
Showing posts with the label Kedro

How To Pass A Literal Value To A Node?

I've got a function def do_something(input_data, column: int): # Do something with one col… Read more How To Pass A Literal Value To A Node?