How to read file from Unix Server qtree

abhiboss25
abhiboss25 Dataiku DSS Core Designer, Registered Posts: 2 ✭✭✭✭

Hi,

How can I read a file from Unix server in Dataiku R recipe.

I have a market data file, which is available on a unix server directory. This will be changed every month as user would be keep adding column for current month. I want to read this file in R recipe so whenever I read this file from Unix server, it will get all the latest columns.

This is required to avoid any manual intervention to update datasets schema every month (for added current month column).

Regards,
Abhisek Vyas

Answers

  • Liev
    Liev Dataiker Alumni Posts: 176 ✭✭✭✭✭✭✭✭

    Hi @abhiboss25

    You could create a managed folder that points to the location of the file you intend on using on the server. From this folder you could create an R recipe and read in the file into a dataframe, please refer to docs

    Good luck!

Setup Info
    Tags
      Help me…