Paweł Redzyński
                                            Paweł Redzyński
                                        
                                    Possible solutions to this issue: - [ ] - retry pull - [ ] - migrate from s3 to local MinIO (need to consider possible impact on our benchmarks -...
It seems to me that we could try obtaining ImageNet for this use case. Its de-facto a standard dataset and can actually be used to fulfill both needs. The whole...
Also, we need to remember that changing default checksum will result in whole cache recalculation for users upgrading their DVC version, and this could bring a lot of issues. If...
Seems like good feature request. I don't see too much problems with implementation at first sight. Probably some graceful exception handling will be required (when status check will be performed...
Shouldn't comand dependency scripts be handled by scm?
@shcheklein In this use case, you could, for example, have `has_changed` script that in command dependency will be called like `--cmd-dep="python has_changed.py some_file"`. So `some_file` will be dependency of dependency....
@mdekstrand thanks for such exhausting explanation of your use case, that definitely sheds some more light on this issue! >Another way would be to add a key to the cmd...
Ok, so first obstacle I see is that we are trying to make dvc language agnostic, so the specification of how to define this `function dependency` and how to calculate...
Maybe `period`? That kind of makes sense `The job is gathering updates from last 24 hrs period`