How to read file from Unix Server qtree

abhiboss25
Level 1
How to read file from Unix Server qtree

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

0 Kudos
1 Reply
Liev
Dataiker Alumni

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!

0 Kudos