Hello all, I have a question, I have developed a ...
# questions
c
Hello all, I have a question, I have developed a project using kedro, I want to deploy it using FastAPI, can someone please point me to a resource?
c
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?
d
c
Thanks man, i didn't see that option was in kedrosession arguments
👍 1