-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dvc.yaml: parametrize imports #5058
Comments
We are thinking about moving imports to dvc.yaml too #4841 , but so far we are thinking about a format that looks something like:
or similar, the main idea is that |
This looks like it would serve our needs pretty well. Thank you! |
CC @skshetry WDYT? |
For the record: had a discussion with @skshetry earlier and decided to wait with this likely after 2.0 release, there will be some preparations leading to that in the near future. |
@efiop |
We haven't yet decided on that. @karajan1001, what do you think? Would it to be good to get rid of |
My opinion in #4278 (comment) |
In tensorlfow we save a checkpoint into three files. meta file: describes the saved graph structure, Here in DVC's DAG we have dvc.yaml: describes the graph structure centralization are more manageable and distribution are readable when no data existing on current workspace (For example in a Git repo). I don't know which is more important. |
When importing dependencies via the
dvc import
feature, I want to be able to set a revision for a stage in thedvc.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
The text was updated successfully, but these errors were encountered: