Housekeep reports
Pravanjan
Registered Posts: 2 ✭✭
I have a managed folders where I am storing the custom report generated which is build every month. I would like to housekeep the older reports every 6 months. Could you please guide how can we do that?
Tagged:
Answers
-
Konstantina Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 27 ✭✭✭✭✭
Hi @Pravanjan!
In the Input/Output tab of the recipe you use to build your reports, you could use Append instead of overwrite so that you can have all the records in one report. You could also add a date column, if not present in the dataset, so that you can filter on the dates you want for your analysis.
Hope this helps! 😊
-Konstantina
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,070 Neuron
You will need to use a Python recipe. Here is a sample: