Closed takikadiri closed 9 months ago
Attention: 164 lines
in your changes are missing coverage. Please review.
Comparison is base (
4cb9cc2
) 77.82% compared to head (86ef638
) 62.54%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Introduce a framework for serving kedro pipelines. It uses FastAPI APIs as user interfaces for developping declaratively the serving endpoints. Under the hood it's a Kedro Boot App that generate it's own compilation specs from the FastApi app object. The FastAPI app object is also used to map FastAPI object with kedro's objects (request data with kedro params and datasets)