Hi @hanan-vian!
Could you please share how does your raw_data.dvc
look like and how did you generate it?
If you were using dvc run -o data.csv ...
then data.csv
is already tracked by DVC and you don’t need to add it explicitly with dvc add
. In your case it looks like this is the most reasonable option.