Dynamic file names
arghod
Dataiku DSS Core Designer, Dataiku DSS Adv Designer, Registered Posts: 4 ✭✭✭✭
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
Answers
-
Manuel Alpha Tester, Dataiker Alumni, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Dataiku DSS Adv Designer, Registered Posts: 193 ✭✭✭✭✭✭✭
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