Daniel Barnes
Daniel Barnes
I don't follow, can't you build an image using a different FS? Yes, the fs needs to support reflinks for DVC to take advantage, setting this up makes sense to...
I guess we have really enjoyed how independent each of these tools are and I could see how `dvc exp` and TPI's `task` could work together, I'm missing the iterative...
"DVC machine"?
Do you have a good list of the particular resources that cause this issue? My two cents is to allow those resources to be predefined by the user (vpc, security...
> On GitHub Actions, this can even be automated by using the [post](https://github.com/actions/checkout/blob/61b9e3751b92087fd0b06925ba6dd6314e06f089/action.yml#L74) functionality. Not quite since the post is on the setup level and runs on the same host...
to me the documentation that describes the copying behavior of task's `storage` reads: with `workdir = '.'` everything gets copied to the instance, but only files written into `./somedir` given...
after a "Provide sensible logger output for TTY and non-TTY formats" I think an `attach` type command would be helpful to "live" monitor a task.
+1 for a exclude option, ```hcl storage { workdir = "." exclude = [ ".dvc/cache", "venv" ] output = "./reports" } ```
Can you provide a `main.tf` you tested with/can be tested with/example? Also thanks for the contribution!