-
Re: trigger scenario on file arrives in a subfolder
I managed to get this working via a custom code as a trigger, posting here so it may help others. from dataiku.scenario import Triggerfrom datetime import datetimeimport dataikuimport globimport osfr…1 · -
Create a check to compare record count between two datasets
Hi, I am currently creating a dashboard which will highlight to me basic checks for row count and column counts. I would also like to put in a check to compare two different metrics e.g. row count fr…1 ·