Kjell Wooding
Kjell Wooding
Tricky. There’s a huge platform specific part to it, too (i.e. plyer, or pyjnius/pyobjus) On Sun, Jun 16, 2019 at 10:55 AM Matthew Campbell wrote: > It seems to me...
In conjunction with #42, we should introduce a blob store at the `cache_path`. Then whenever we have a hash (e.g. the data, target, or extra file hash), we could look...
Note, this could likely be moved to a cookiecutter conditional in the .post-create-environment.txt
Could fix #2 more simply by namespacing the sections: ``` [Dataset:whatever] [Paths] ```
I think we do need a `paths['cache_path']`. Maybe by default it should be `interim/cache`. Making this shared (e.g. by a workgroup) would allow our idea of blob caching to work...
I think you'll want to pull this into a workshop-specific file, or put cookiecutter #if statements around it to optionally include
This fixed some behavior, broke other things. Really, you need to do an initial update_environment after the creation to enable the editable pip package, but you need to `touch environment.yml`...
We can certainly look into it. I only heard about dvc recently. We do something similar right now with our `Dataset` object and makefiles, but if we can offload some...
Sorry for letting this linger! I'm just pack from Parental leave, so I'll have a look (and whip up a testcase) imminently
I'm tempted to (by default) refuse to create a license-less Dataset (unless some kind of `force` option is used).