-
Change Project Variables ONLY Permission for APPs without Allowing Changes to the rest of the flow.
In discussion with customer support, I was told that:“Only instance administrators can change the run as user. So while a user can create an instance of an application and technically modify the flow, it will still run under their credentials.” In practice, we’ve seen a different pattern emerge. Developers often create app…
-
Secure “Run As” Permissions for Visual Apps
Dataiku currently switches “Run As” permissions to the end user when the App instance is created. To work around this, developers create app instances with their own credentials and grant access, often requiring full edit permissions for users to modify variables. While this enables access to otherwise restricted data (the…
-
Properly implement support for Building Flow Zones in Scenarios and the Dataiku API
In Dataiku v12.0.0 a new feature was added that allows users to build flow zones from the flow UI: https://knowledge.dataiku.com/latest/data-preparation/pipelines/tutorial-build-modes.html#build-a-flow-zone This works well however this capability was never added properly to Scenarios and to the Dataiku API. In 12.1.0…
-
Add an initialization script injection feature when provisioning from Fleet Manager
We built our Dataiku environment on AWS using the Cloud Stacks edition. To strengthen information security measures for this environment, we additionally installed Trend Micro TrendAI Vision One Endpoint Security. However, with the current Dataiku specifications, we have to reinstall TrendAI Vision One every time we…
-
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
-
Censored Regression
It is often the case that modelers encounter censored data, or data that falls >x or <y. In these cases, there are some typical approaches to address the challenge of building a regression model, but currently these are not available in Visual ML. As such, Interval-censored regression, Tobit regression, or censored…
-
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
-
Swagger/OpenAPI for DSS public rest API
Hello, We have this documentation about the public rest API. https://doc.dataiku.com/dss/api/14/rest/ However a standard one would be better so that we can use it in our tools. OpenAPI (ex-Swagger) seems a good candidate for that. Best regards, Simon
-
CHAR(1) columns turning into lengths of 2 with spaces in Exports
We have to use data preps from many database tables on different platforms that have columns defined as CHAR(1) to keep them as length's of 1. Otherwise the exports change them to lengths of 2 with spaces added on. So, an indicator column with only "Y" or "N" becomes "Y " (added space) or "N " (added space). Using a data…
-
Auto Detect column types of strings TEXT only and not other
We have to continuously change auto detection column types of: Boolean, State, Country, Email, Phone, Natural Language, and maybe others to TEXT to work with database platforms we use. (Teradata, Snowflake, Databricks, SQL Server, Oracle) Can we add an option where Dataiku recognizes strings as TEXT only thus helping us to…