Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task 4.3 - Tracking changes and switching between versions #13

Open
9 tasks
mnrozhkov opened this issue Nov 4, 2021 · 0 comments
Open
9 tasks

Task 4.3 - Tracking changes and switching between versions #13

mnrozhkov opened this issue Nov 4, 2021 · 0 comments
Assignees
Labels

Comments

@mnrozhkov
Copy link
Contributor

Branch: step-6-data-and-model-version-control
(continue from #11)

Tasks:

  • add remote storage
  • store file.txt to remote storage
  • delete file.txt in workspace
  • restore file.txt from DVC cache with dvc checkout file.txt
  • clean cache with dvc gc
  • try to restore file.txt from DVC cache with dvc checkout file.txt (failure is expected)
  • restore file.txt from DVC Remote Storage dvc pull (success is expected)
  • update 'file.txt' (version 2) and push it to remote storage
  • switch btw Git branches and 'file.txt' versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants