iterative / dvc

🦉 ML Experiments and Data Management with Git
https://dvc.org
Apache License 2.0
13.36k stars 1.16k forks source link

fix(push/pull): don't fail on unsupported run cache #10441

Closed shcheklein closed 1 month ago

shcheklein commented 1 month ago

Fixes #10440

Since we now implicitly push / pull run cache we should probably be more resilient to errors and just ignore unsupported cache.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 90.34%. Comparing base (83ec952) to head (5e5c5c8).

Files Patch % Lines
dvc/repo/fetch.py 66.66% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #10441 +/- ## ========================================== - Coverage 90.85% 90.34% -0.52% ========================================== Files 503 481 -22 Lines 39069 35981 -3088 Branches 5638 5038 -600 ========================================== - Hits 35498 32508 -2990 + Misses 2920 2877 -43 + Partials 651 596 -55 ```

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

dberenbaum commented 1 month ago

Thanks for the fix @shcheklein!