Can I arrange the datasets in a zone?

ShrimpMania
Level 1
Can I arrange the datasets in a zone?

Let's say I have 100+ datasets and each of them has only one filter so the dataset has 3 datasets(input, filter and output) in one row. As I have many zones in a project and it doesn't look good because the zone box is too long and it disturbs me to check the other zones. I'm not able to create another project that's why I'd like to know if I can arrange the datasets or if you have any better ideas?

0 Kudos
1 Reply
Turribeach

There are a couple of things you can do to handle very large zones. First you can try to break them in multiple zones, even if all the recipes/datasets should really be part of a single zone. You can break them in many different ways, I tend to prefer use to use alphabet like this (for groups of 5 letters): A-E, F-J, K-O, P-T and U-Z. That way you know which zone to look for if you know the first dataset letter. If you don't want to break on multiple zones you still can use some tricks to experience a better GUI. You can collapse large zones (right click over the zone, Collapse) which make viewing the rest of the flow difficult. You can also "maximise" a single zone (right click, Open) to focus your attention on a single zone. 

Finally Zones can be managed via the Python API if you need to make bulk changes to many datasets:

https://developer.dataiku.com/latest/concepts-and-examples/flow.html#creating-a-zone-and-adding-item...

 

 

0 Kudos