-
Notifications
You must be signed in to change notification settings - Fork 1.2k
cloud versioning: pull non-DVC cloud updates #8382
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
Comments
After discussion with @dberenbaum, scope for this issue on initial release will be
|
@dberenbaum one thing we didnt discuss was how to handle deletion for a standalone file output, where a tracked file no longer exists in the bucket (and has DELETE marker set).
|
One thing to clarify that may simplify this: For now, it's fine to keep the current syntax for
If you import data with |
@dberenbaum on |
🤔 If we can keep the existing/old version IDs, that seems best. |
In a project with a cloud-versioned remote, there could be either manual or automated updates happening on the remote outside of any DVC process. For example, a daily ETL process uploads new data directly to the cloud remote. Or someone unfamiliar with DVC wants to upload some new data.
A DVC user should be able to not only pull the versions of data tracked in their project, but also pull the latest version of data available on the cloud. For example,
dvc update
could be used to get the latest data the same way it does today for imports.The text was updated successfully, but these errors were encountered: