So I did a search online first, and I need to integrate my kedro pipeline with existing code which runs on FastAPI, so I cannot use the fast api plugin by kedro. But i found a way, I could session.run() in my python script to get the output from kedro pipeline and give it to API
@Deepyaman Datta I have two configuration sources, do you know if there is a way if I can use session.run() in python script with a new configuration source , instead of the default one. Or is there any other method that I am missing?