Job failed: Cannot write on connection 'filesystem_root'

Options
ligia_tzab
ligia_tzab Dataiku DSS Core Designer, Dataiku DSS Adv Designer, Registered Posts: 9

Hello! I am replicating one of Dataiku's solutions, "Demand Forecasting".
https://gallery.dataiku.com/projects/SOL_DEMAND_FORECAST/


I want the "input datasets" to be the ones that the solution brings by default.
To establish the connection I apply this configuration.

borrar2.png

Then, I attached the path of the datasets using this python code in a notebook within the project.

borrar3.png
I replicate it to obtain the path of all the necessary datasets. After, I insert the paths of the necessary dataset and I loaded these without any problem.

borrar4.png

But when I tried to run any recipe I get this error.
borrar5.png

Please I need a solution as to why this happens, how to solve it, or an alternative to the filesystem connection. Thank you

Tagged:

Answers

  • Turribeach
    Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 1,757 Neuron
    Options

    The filesystem_root usually points to the root of your drive which is a bad place to write files to. But it doesn't have to. On the Dataiku Administration => Connections => filesystem_root edit the connection and change the root path to whatever you like, making sure the account Dataiku uses to run as in your system has write permissions on that folder.

Setup Info
    Tags
      Help me…