numaproj / numalogic

Collection of operational time series ML models and tools
https://numalogic.numaproj.io/
Apache License 2.0
166 stars 28 forks source link

Adding RDS trainer logic #364

Closed SaiSharathReddy closed 5 months ago

SaiSharathReddy commented 6 months ago

This PR add functionality to Train using RDS data source ( as of today only hash based query types are supported).

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 99.20000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 93.07%. Comparing base (6975394) to head (f648d26).

Files Patch % Lines
numalogic/connectors/_config.py 95.45% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #364 +/- ## ========================================== + Coverage 92.93% 93.07% +0.14% ========================================== Files 95 97 +2 Lines 4385 4492 +107 Branches 378 386 +8 ========================================== + Hits 4075 4181 +106 Misses 231 231 - Partials 79 80 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

s0nicboOm commented 5 months ago

@SaiSharathReddy Can we get a walkthrough for this code addition with an example (running pipeline maybe) over a zoom call please. Thanks