-
Partition building : Ability to specify the order of built partition
Hello, As counter-intuittive as it is, when you build partitions of a dataset, it doesn't follow an order but runs parallel to a certain extent. We can avoid the parellism in the settings of the recipe but it doesn't seem to respect the partition order. In my current project, I have to deal with recursivity (let's say my…
-
Charts : ability to have better sorting for Sankey
Hello, Here my actual Sankey : What I would want is to have a better sort for the 4th and 5 th levels, in order to have the green part above, and then a sort by alphabetical order. As of today here the choice I have : Si what I suggest : -several level sorting -add manual and alphabetic order Best regards, Simon
-
Deploy Specific Flow Zone With Project Bundle/Copy/Other Method To A Different Instance
Use Case: For example on a project sometimes there might be multiple flow zones for testing different types of models/tweaks for region specific use cases/etc. In the end we may decide to go ahead and deploy only one of the flow zones to Automation node because of a multitude of factors (performance, etc.). However, we…
-
Allow user email configuration in profile for on-demand email alerts when recipes complete
Hi, I know Dataiku has scenarios and I use them daily. But when I am debugging flow recipes it would be great if I could configure Dataiku how to send me an email in my profile. Then in a recipe I could just switch a radio button 'EMAIL ON COMPLETION' to ON and walk away. When I am developing in dataiku, many of my flows…
-
Dark mode UI
Please introduce a dark mode for the entire DSS UI. It would help people with photosensitive eyes. Here is a render of how it can look. Hoping to hear from dataiku team soon. Cheers.
-
Update Developer Guide - DSS Messaging Channel Send()
Specifically looking at this page: https://developer.dataiku.com/latest/api-reference/python/messaging-channels.html#dataikuapi.dss.messaging_channel.DSSMailMessagingChannel.send The “append” method for a list only allows for one argument, whereas the script above is trying to provide 3. My team and I recommend adding in a…
-
Move collapsedZones from query parameters to request body
My team maintains a very large Dataiku project with 500+ flow zones. We intentionally keep this work in a single project so we can manage version control and promotion to automation nodes cleanly, without having to coordinate dependencies and changes across multiple projects. Most of our work is done through the API, but…
-
Default settings for importing datasets
So, I literally never want my integers coerced to doubles, and it would be great to have the option to have the "Normalize floats & doubles" box default to unchecked when I'm creating a new dataset. Maybe on a per-project basis? Maybe a Datasets section in the Project Settings? Similarly, I basically always want my dates…
-
Reduce flow rendering to a single flow zone
My team maintains a very large Dataiku project with 500+ flow zones. We intentionally keep this work in a single project so we can manage version control and promotion to automation nodes cleanly, without having to coordinate dependencies and changes across multiple projects. Most of our work is done through the API, but…
-
`ERR_API_DEPLOYER_STATIC_ACTIVATE_FAILED` should surface code environment build errors
Context When deploying an API service via the API Deployer (static infra), if the code environment fails to build on the API node, the Deployer UI shows this: The problem This error message gives zero indication that the root cause is a code environment build failure (in our case, a pip install failing due to an…