avast / wanna-ml

Complete MLOps framework for Vertex-AI
MIT License
17 stars 3 forks source link

feat: allow for setting kubeflow caching setting #75

Closed jsilva closed 1 year ago

jsilva commented 1 year ago

Describe your changes

Adds the option to set Kubeflow V2 pipeline catching option from wanna.yaml and to override it from local run

Issue ticket number and link

MLOPS-225

Checklist before requesting a review

codecov-commenter commented 1 year ago

Codecov Report

Base: 74.06% // Head: 74.08% // Increases project coverage by +0.01% :tada:

Coverage data is based on head (d757ada) compared to base (2be0c0d). Patch coverage: 66.66% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #75 +/- ## ========================================== + Coverage 74.06% 74.08% +0.01% ========================================== Files 57 57 Lines 2718 2720 +2 ========================================== + Hits 2013 2015 +2 Misses 705 705 ``` | [Impacted Files](https://codecov.io/gh/avast/wanna-ml/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=avast) | Coverage Δ | | |---|---|---| | [src/wanna/cli/plugins/pipeline\_plugin.py](https://codecov.io/gh/avast/wanna-ml/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=avast#diff-c3JjL3dhbm5hL2NsaS9wbHVnaW5zL3BpcGVsaW5lX3BsdWdpbi5weQ==) | `50.00% <0.00%> (ø)` | | | [src/wanna/core/deployment/vertex\_pipelines.py](https://codecov.io/gh/avast/wanna-ml/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=avast#diff-c3JjL3dhbm5hL2NvcmUvZGVwbG95bWVudC92ZXJ0ZXhfcGlwZWxpbmVzLnB5) | `55.55% <ø> (ø)` | | | [src/wanna/core/models/pipeline.py](https://codecov.io/gh/avast/wanna-ml/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=avast#diff-c3JjL3dhbm5hL2NvcmUvbW9kZWxzL3BpcGVsaW5lLnB5) | `100.00% <100.00%> (ø)` | | | [src/wanna/core/services/pipeline.py](https://codecov.io/gh/avast/wanna-ml/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=avast#diff-c3JjL3dhbm5hL2NvcmUvc2VydmljZXMvcGlwZWxpbmUucHk=) | `91.36% <100.00%> (+0.06%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=avast). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=avast)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.