https://kedro.org/ logo
#questions
Title
# questions
c

Chandan Malla

09/08/2023, 7:47 PM
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

Chandan Malla

09/10/2023, 6:34 AM
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

Deepyaman Datta

09/11/2023, 1:35 PM
c

Chandan Malla

09/11/2023, 1:40 PM
Thanks man, i didn't see that option was in kedrosession arguments
👍 1
5 Views