kevin-hanselman / dud

A lightweight CLI tool for versioning data alongside source code and building data pipelines.

Home Page:https://kevin-hanselman.github.io/dud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data is missing from workspace

thorstenwagner opened this issue · comments

Describe the bug
Hi, so I think its less of bug and rather a user issue.

I have a folder datsets with subfolders like datasets/set1

I've added a stage with:

dud stage gen -o datasets/set1 | tee set1.yaml

I setup a remote cache (webdav) and pushed. Everything seems to work fine.

I put my yamls on a git repo and now wanted to fetch it on different machine

I did

dud fetch 

It seems to download the data into the cache, but it does not create the symlinks.

dud status
set1.yaml        stage definition up-to-date
  datasets/set1  missing from workspace

I guess I'm doing somehting wrong?

System information

Output of dud version:

dud version
0.4.3

Output of uname -srmo:

Linux 5.14.21-150400.24.63-default x86_64 GNU/Linux

stupid me. Its

dud checkout set1.yaml