You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if we have no command, 1 dependency and 1 output in the dvcfile, we assume that it is dvc import. This approach has drawbacks as described in #1401 . It would be better to set an explicit field import: true in dvcfile. This could be either implemented in 1.0 by breaking backward compatibility, or earlier by setting import: false by default.
The text was updated successfully, but these errors were encountered:
Currently if we have no command, 1 dependency and 1 output in the dvcfile, we assume that it is
dvc import
. This approach has drawbacks as described in #1401 . It would be better to set an explicit fieldimport: true
in dvcfile. This could be either implemented in 1.0 by breaking backward compatibility, or earlier by settingimport: false
by default.The text was updated successfully, but these errors were encountered: