I have my machine learning datasets in DVC. It's relatively simple to version the dataset with DVC + git.
Now, as all of the training and deployment have been moved to Vertex AI, I'm trying to version my datasets.
My dataset changes a lot, for example for each month I have to grab new features from production and it becomes a new version of the dataset, or maybe an addition of new features.
At the moment, I am uploading the datasets manually through UI, but I don't find any options to change / update the dataset with a new version.