Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on December 3, 2021 1:40PM
Likes: 0
Replies: 3
Hi everyone,
I would like to upload files in filesystem_root.
Could someone explain to me how to put files in this folder, so that all users can have access to them?
Thank you,
Have a nice day.
Hi @CamilleGui
,
The filesystem_root path can only be accessed by admins who have access to the data directory where DSS is installed. You will mostly likely need to reach out to the admins on your instance, but if you do have access to the data directory, if your instance is on-prem you can just copy files into a /data/shared directory, or if it's on the cloud you can use SSH to copy it from your local machine to the cloud instance like this: scp ~/path/to/local/file.csv <dss_user>@<ssh_host>:/data/shared. Users will then be able to access those files by going to +Dataset, read from: Filesystem_root; path: /data/shared/file.csv.
Katie
Hello @CamilleGui
,
Thank you so much for posting a question on Community.
You can create a managed folder with a Server filesystem connection by clicking the "+ Dataset > Folder" menu on the Flow page as follows:
Please note that you need to enable the "Allow write" and "Allow managed folders" properties of the Server filesystem connection in advance as follows:
I hope this would help.
Sincerely,
Keiji, Dataiku Technical Support
Hi @ktgross15
and @KeijiY
Thanks for your answer. I taged this post as resolved.
Thanks,
Have a nice day,
Camille