Hello
I’m trying to figure out my problem because of upgrading DVC.(i think)
aaa.csv.dvc is made version 2.x.x
and now I upgrade dvc version 3.4.0.
also, i use s3 bucket for storing dvc files
when run command dvc pull aaa.csv.dvc
i got an error
'../../bbb/bbb.csv.dvc' validation failed.
extra keys not allowed, in outs -> 0 -> metric, line 3, column 3
2 outs:
3 - md5: xxxxx
4 path: bbb.csv
it is really weird. i choose aaa.csv.dvc but dvc pulling other file.
what i have to do for fixing this error?