Dynamic file names

arghod
Level 2
Dynamic file names

Hello,

I am working to make a python recipe that has ouputs as "FileName_Run_MMDDYYYY" since the files are run and rerun I would like to be able to keep track of when it was run.

I know how to store the string as the name of the output file, I am just not sure how to make a new output file with that specific name. Without making the blank output file called  

I am lost on how to set it up on Dataiku 

0 Kudos
1 Reply
Manuel
Dataiker Alumni

How about using file based partitioning?

The file name remains constant, but internally the data can be split by date. Below are the documentation page and an academy course on the subject

https://doc.dataiku.com/dss/latest/partitions/fs_datasets.html

https://academy.dataiku.com/advanced-partitioning

0 Kudos