Skip to content
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

Specify directory to hold dvc files #3291

Closed
vernt opened this issue Feb 9, 2020 · 2 comments
Closed

Specify directory to hold dvc files #3291

vernt opened this issue Feb 9, 2020 · 2 comments
Labels
awaiting response we are waiting for your reply, please respond! :)

Comments

@vernt
Copy link
Contributor

vernt commented Feb 9, 2020

If I dvc run from my project root, I get a lot of dvc files in that directory. One existing option is

dvc run -w dvcfiles/ -d ../data/input.csv -o ../data/output.csv python ../script.py

but I don't really want to change the working directory of my command just to set the location of the dvc file.

Another existing option is

dvc run -f dvcfiles/script.dvc -d data/input.csv -o data/output.csv python script.py

but that means I have to pass a name for my dvc file when I don't really care about the name.

I would like a flag that takes a directory where the dvc file will go without having to pass a name.

@triage-new-issues triage-new-issues bot added the triage Needs to be triaged label Feb 9, 2020
@efiop efiop added the feature request Requesting a new feature label Feb 9, 2020
@triage-new-issues triage-new-issues bot removed the triage Needs to be triaged label Feb 9, 2020
@efiop efiop added p3-nice-to-have It should be done this or next sprint triage Needs to be triaged labels Feb 9, 2020
@triage-new-issues triage-new-issues bot removed the triage Needs to be triaged label Feb 9, 2020
@efiop efiop removed feature request Requesting a new feature p3-nice-to-have It should be done this or next sprint labels Feb 9, 2020
@efiop
Copy link
Contributor

efiop commented Feb 9, 2020

Hi @vernt !

Please take a look at discussion in #1871 , we are considering creating pipeline-files that you could store your whole DAG (or parts of it) in. Maybe that would be a better alternative to what you currently suggest?

@efiop efiop added the awaiting response we are waiting for your reply, please respond! :) label Feb 9, 2020
@efiop
Copy link
Contributor

efiop commented Feb 26, 2020

Closing as stale.

@efiop efiop closed this as completed Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting response we are waiting for your reply, please respond! :)
Projects
None yet
Development

No branches or pull requests

2 participants