-
How to Move Data Between Dataiku and Power BI?
There are several ways to move data between Dataiku and Power BI, and the best approach depends on where the data is stored and whether you need to work with the Power BI semantic model itself. A common architecture is: Source database → Dataiku → Data preparation/processing → Output dataset → Power BI If both tools can…
-
Convert Visual and Structured Visual Agent to Agent Code
Hello, Visual and Structured Visual Agents are easy to design, a lot easier than an agent code. However, it creates a lot of dependancy to Dataiku, meaning some restrictions to use them. On the other side, a pure code agent is pretty hard to desig but it brings some freedom. I tried to convert a SV agent to code agent,…
-
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…