Non Regression Tests in Dataiku
Oh_Lily
Dataiku DSS Core Designer, Registered Posts: 12 ✭
Hello,
I was wondering if anyone can share any tips and tricks on Non Regression Tests in Dataiku?
Is there a plugin we can use of any good practices defined by Dataiku?
Thanks in advance
Lina
Operating system used: Windows
Tagged:
Answers
-
Hi @Oh_Lily
,From a developer perspective, I would write a Macro plugin.
We can test the Flow modifications, by replacing the input Datasets, with “well-known” Datasets, running the Flow, verifying that the defined Metrics/Checks are still good, and replacing previously used Datasets.
You "just" have to define which Datasets you want to observe, and which Datasets are substituted.
If you are searching for a dedicated plugin, I am not aware of an existing one.
Hope this helps
Florent