-
Make Bar Chart widths adjustable
Right now, theres no good way to adjust bar chart width. I think that this should be a formatting option for charts, since its really had to make bar charts look nice when there's a lot of data
-
Prepare Recipe : Format date with custom format - Multiple columns
As of DSS v. 13.5, The processor "Format date with custom format" in the Prepare recipe does not allow to apply the same format to multiple columns at at time. It would be very usefull to perform this step accros multiple columns, just like in the Parse date processor : Best regards,
-
Add Charts to dataikuapi
I'm working with Agentic workflows and stuff in Dataiku 14. One of the ideas I'm toying with is using Dataiku's API module to automatically make very basic Prepare recipes, for example. The next thing I planned on doing was looking at a dataset and creating charts in a similar way, but there's no way currently (that I know…
-
Show API deployment comments on "Last updates" tab
When you deploy an API or API version from the API Designer to the Local Deployer, you can enter a comment for this version. I would love to see this comment field represented on the new "Last updates" tab on the deployer for a service in order to have a quick overview on why each update to the service was made or what…
-
Permission to edit Scenarios only
We have use cases where we do not want someone to have edit or admin permissions to a project, but we would like them to be able to enable/disable scenarios entirely or the steps within them. This is in addition to being able to run the scenario of course. We are thinking about the case where there is a failure or need to…
-
Allow nested flow zones
Hi, I use flow zones a lot and appreciate the value. Why not extend the capability and allow nested flow zones, i.e. a flow zone within a flow zone? thx
-
Enhance Excel output for "Export to folder"
I would like to request an enhancement to the "Export to Folder" recipe when exporting datasets to Excel format. Specifically, it would be extremely helpful if the export could support: Freezing the header row Adding auto filters to the header These features are commonly used in Excel for better data readability and…
-
Ctrl + Enter to run a recipe
It would be great to be able to use the shortcut key combination Ctrl + Enter to run a recipe while in the recipe editor screen. This keyboard shortcut would be consistent with what you can do in both Jupyter Notebooks and in SQL Notebooks. I realize that there is a current keyboard shortcut for running a recipe (@ run)…
-
Make Dataiku Managed Datasets Less Opinionated (aka stop dropping my tables)
After 11.4.0 (or earlier as we upgraded from 11.0.3), Dataiku not defaults to dropping and re-creating by default when using Dataset python APIs if for some reason the dataset schema and underlying table do not match. It will do this silently and pass jobs, where later we find out that we've lost our history in the base…
-
Advanced container settings for R code environments
Like the Python code environments can have dockerfiles defined to be applied when building code env we need the same for R. We find our self modifying the base DSS image to accommodate some features needed in an R code environment.