-
Notifications
You must be signed in to change notification settings - Fork 116
Closed as not planned
Description
Hello, let's say I have an image datachain created from data on remote A and stored on a dataset.
dc = DataChain.from_storage("A", type = "image").filter(C('file.path').glob("*.png")).save('image_dataset')
Lets say I pass the datachain to someone else so they can load it (eg from another server):
dc = read_dataset('image_dataset')
However this person only has access to remote B where the data from remote A has been duplicated. Is there a "datachain way" to export the data from B? I could probably do this by manipulating the columns from the dataset, but I guess there's an easier way to do it. I mean something like:
dc.to_storage('some_folder', from_remote='B')
NB: some functionality similar to dvc remote modify
or add
dmpetrov and yathomasi
Metadata
Metadata
Assignees
Labels
No labels