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, DVC requires explicit file (or folder) paths when defining dependencies in dvc.yaml. It would be helpful to support wildcards (*) to simplify dependency management. Users could use patterns like src/common/*.py to track all python files (and skip untracked eg. README.md files) or data/raw/foo_*.csv to include files with common prefix.
The text was updated successfully, but these errors were encountered:
Currently, DVC requires explicit file (or folder) paths when defining dependencies in
dvc.yaml
. It would be helpful to support wildcards (*) to simplify dependency management. Users could use patterns likesrc/common/*.py
to track all python files (and skip untracked eg. README.md files) ordata/raw/foo_*.csv
to include files with common prefix.The text was updated successfully, but these errors were encountered: