I have faced an issue when I need to repro pipeline when new week starts - because new week brings more data to fit the model on. However, it is turned out that dvc natively does not support such cases when a parameter is a result of some python code (for example x = pandas.Timestamp.today()). As a result, to refit the model automatically I need whether to code some side custom solution which basically follows the same logic dvc does or to pass -f flag manually, which makes this task non-automatic. So it would be very nice if such feature support is added!
Thank you :)