-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
bugDid we break something?Did we break something?p2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less important
Description
$ dvc -V
0.75.0
# Self-import works just fine. It even does not use data-remote (I didn't push data).
$ dvc import . sources/file.csv --rev tag3
# But it fails when I checkout a revision with no data-remote specified.
# Data-remote was specified after tag1 revision.
$ dvc import . sources/file.csv --rev tag1
Importing 'sources/file.csv (.)' -> 'file.csv'
ERROR: failed to import 'sources/file.csv' from '.'. - No DVC remote is specified in target repository '.'.
Metadata
Metadata
Assignees
Labels
bugDid we break something?Did we break something?p2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less important