dvc
dvc copied to clipboard
cloud versioning: hooks don't work
The pre-commit hooks don't make sense for cloud versioned remotes. The pre-commit hook needs to actually push in order to get the cloud-versioned IDs, and a pre-push hook doesn't make any sense since the push has to happen at the time of commit. Can we determine if any data is using a cloud-versioned remote and adjust the hooks?