You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to download a specific directory from my datastore into my target_path. When I set the datastore, target_path and prefix arguments in download_from_datastore, I expect the contents of that specific directory to land in the target path. Instead, the prefix path lands in my target path as nested subdirectories. I then have to manually move the files up the hierarchy and into my target path. I would not expect to have the files land in my target directory instead of having to move them out of the nested prefix path.
In the example above, all the files in the prefix path sub1/sub2 land in ~/sub1/sub2/. I would expect the files to land in ~/, instead of under a nested prefix path.
The text was updated successfully, but these errors were encountered:
I want to download a specific directory from my datastore into my target_path. When I set the
datastore
,target_path
andprefix
arguments indownload_from_datastore
, I expect the contents of that specific directory to land in the target path. Instead, the prefix path lands in my target path as nested subdirectories. I then have to manually move the files up the hierarchy and into my target path. I would not expect to have the files land in my target directory instead of having to move them out of the nested prefix path.In the example above, all the files in the prefix path
sub1/sub2
land in~/sub1/sub2/
. I would expect the files to land in~/
, instead of under a nested prefix path.The text was updated successfully, but these errors were encountered: