Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on November 14, 2024 3:19PM
Likes: 0
Replies: 4
In Alteryx I was able to build a zero records check that made it possible for me to have a "no data" entry for a particular path in my workflow. This is used in reporting to show that there were no items in that particular section.
Is there a way to do this in Dataiku?
Operating system used: Microsoft Windows 11
In dataiku you can set Metrics to count records and Data Quality rules to take an action if the rwo count is not within expected values:
https://knowledge.dataiku.com/latest/mlops-o16n/data-quality/tutorial-data-quality.html
These can be shown in dashboards or scenarios or you can have conditional logic with them. I am unsure as what is your real requirement here. What's the point of having a field saying "no data". Makes no sense to me. Use a
I investigated the Metrics option and it will not work for me. The reason I need to create a row with a "no data" field is for reporting purposes. My workflow joins data and, based on particular fields, groups it by a numerical condition that requires a particular action. The flow outputs both a spreadsheet as well as an email with summary sections containing a table for each record that is in that section. It is better (in my opinion) to have a row in the table that reads "no data" if there aren't any records instead of it being completely blank.
There are many ways to do what you want but pretty much all of them will start with a metric as that what you can use to determine your flow has no data and you execute a dummy flow zone that sends a dummy output. Have a look at this conditional execution of scenario steps post I made.
I think that I figured it all out, but it seems like so many extra steps and . Here's how I did it.
I have numerical conditions (0-9) that get grouped into 4 categories.