Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

add functionality to make it easy to change target output locations #27

Open
jsadler2 opened this issue Dec 14, 2021 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@jsadler2
Copy link
Collaborator

For the use case where we are working on Tallgrass/Caldera, it would be helpful to make the location where the targets are built easily changeable. That way we can have a central data store on a shared folder in Caldera. In addition to it being shared (which will be nice so that targets don't have to be rebuilt unnecessarily), it's better to have the actual data in Caldera as opposed to our home directories.

@jsadler2
Copy link
Collaborator Author

This is easy to do for the non-file targets - you add a _targets.yaml file and change the "store" variable. It will be a little trickier for the file targets. I think what I'll do is just have some string manipulation in the _targets.R file to create the output dir variable and that will be concatenated with the output file directory paths.

@jsadler2 jsadler2 self-assigned this Dec 14, 2021
jsadler2 added a commit to jsadler2/drb-do-ml that referenced this issue Dec 14, 2021
@lekoenig lekoenig added the enhancement New feature or request label Jun 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants