Non Regression Tests in Dataiku

Oh_Lily
Level 2
Non Regression Tests in Dataiku

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

0 Kudos
1 Reply
FlorentD
Developer Advocate

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

0 Kudos