Upload files in filesystem_root
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.
Best Answer
-
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
Answers
-
Keiji Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 52 Dataiker
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 -
CamilleGui Partner, L2 Designer, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer Posts: 4 Partner
Hi @ktgross15
and @KeijiYThanks for your answer. I taged this post as resolved.
Thanks,
Have a nice day,
Camille