Skip to content

dvc.yaml: parametrize imports #5058

Open
@tillbier

Description

@tillbier

When importing dependencies via the dvc import feature, I want to be able to set a revision for a stage in the dvc.yaml, from which the dependency should be pulled, so that i can change the revision with the parametrisation feature.

This could look like the following:

dvc.yaml

vars:
  - params.yaml

stages:
  train:
    cmd: ./trainModel.sh
    deps:
    - images:
        revision: ${training.images.version}
    outs:
    - model.hdf5:

Metadata

Metadata

Assignees

No one assigned

    Labels

    A: templatingRelated to the templating featurefeature requestRequesting a new featurep2-mediumMedium priority, should be done, but less important

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions