Skip to content

dvc: dvc move doesn't update deps #3007

@Suor

Description

@Suor

Situation:

dvc add foo
dvc run -d foo -o foo_refined ./refine.py
dvc move foo proper_name

The last command will:

  • rename foo to proper_name
  • rename foo.dvc to proper_name.dvc
  • replace foo with proper_name in .gitignore

However, it won't update dep path in foo_refined.dvc

Metadata

Metadata

Assignees

No one assigned

    Labels

    triageNeeds to be triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions