Hi,
I am getting this error “ERROR: failed to pull data from the cloud - Checkout failed for following targets:” with some files. The details are below
- Creating CI-CD pipeline for ML Model
commands in git workflow yaml file are below
- name: Dvc pull updated files
run: |
dvc pull -v
- name: Run pipeline
run: |
dvc repro -f
2023-02-21 17:58:37,096 ERROR: failed to pull data from the cloud - Checkout failed for following targets:
/home/runner/work/MLOTest/MLOTest/data/processed/churn_train.csv
/home/runner/work/MLOTest/MLOTest/data/processed/churn_test.csv
/home/runner/work/MLOTest/MLOTest/models/model.joblib
/home/runner/work/MLOTest/MLOTest/data/external/train.csv
/home/runner/work/MLOTest/MLOTest/data/raw/train.csv
dvc version: 2.45.1
Please give your inputs to resolve the issue
Thanks,
Veerendra