Closed nshetty15 closed 2 years ago
Hi @nshetty15 ,
I looked into the issue and fixed an inconsistency, where a filter on folder level would impact VDSs, which were not located in folders, i.e. located directly in the space (as in your case).
This means, you should now be able to export only VDSs in the root of your space by using
{"space.folder.filter":""}, {"space.folder.filter.paths": []}, {"space.folder.exclude.filter":"*"},
I tried to simply download the definition of a single VDS. However, looks like dremio-cloner downloads all the folders along with the single VDS.
Here is my folder structure
Here is the output that I get In the results output directory, I want to see
inherit.json
but not the other two foldersmk
andck
(Both of them actually have VDS's within them but dremio-cloner downloads only the empty folders).What would be the right config to use here in order to only get the single VDS definition? (get only
inherit.json
file as output) Below is the desired output.Below is the config file used (
config_read_dir.json
): Along with generating unnecessary folders, it also ends up taking a lot of time when the number of folders are high. (Time is spent making API calls for each folder)