Hello everyone.. is there a way to pass custom obj...
# questions
a
Hello everyone.. is there a way to pass custom object in my case SSLContext object as return value from one node and use it in next node.. i want to leverage the pipeline.py file to name the return value pass it to next node.
m
Hi @Aayush, so if I understand correctly you would like to use an
SSLContext
object as a node output and input? You probably need to create a custom dataset for that: https://docs.kedro.org/en/stable/data/how_to_create_a_custom_dataset.html And what exactly do you mean with leveraging
pipeline.py
to name the return value? What is it you’d like to achieve?
a
Thank you.. this reolved my issue..
👍 1