-
Remove the 30 char table/column name limitation for Oracle datasets
Oracle 19c has extended the table/column name length limit from 30 char to about 1000, but DSS (ver 9) still honors this old 30 char length limit for Oracle datasets. Hope this limit can be removed in future versions since everybody is on 19c or higher now.
-
Cartesian product detection in join recipe
What's your use case? Cartesian product is a common issue when joining dataset with a bad key. It's not always easy to detect and users can even forget to check for it because they think they know their data. What's your proposed solution? What I suggest is an option to check if there will be a cartesian product on the…
-
Feature Upgrade Request for Dataiku - related Vector DB, PII detection
Hello, My name is Youngran Kim, and I am with Data Solution, a Dataiku partner based in Korea. Currently, we are proposing Dataiku as a Generative AI platform to "Lotte Card", one of our key clients. During the solution evaluation process, the client identified two key functionalities that are not yet supported by Dataiku.…
-
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
-
Add PEP8 validation for Python code
It would be very helpful to have PEP8 formatting validation of Python code integrated into the UI in places where Python code is used. As this is a standard that our code, and I guess many peoples', needs to abide by. Most useful examples would be Python code recipes (maybe as an extra validate option) and Project…
-
Support Plotly version 6 (and future ones) in the Jupyter Notebooks.
Plotly latest stable version in now 6.0.0. However, the release notes announced: Drop support for Jupyter Notebook version 6 and earlier [#4822]. The minimum supported version is now 7.0.0. and the current latest version of Dataiku uses a jupyter notebook with version 6.4.9-dku-13.4-0 This is an idea that might be already…
-
Shift + Scroll for horizontal scrolling
Please add the ability to press Shift + Scrollwheel for horizontal scrolling on the data exploration screen. When exploring larger datasets, it is so much easier to use this method of scrolling through the columns compared to moving your cursor to the vertical scrollbar and moving it manually. Also, most other…
-
Allow Scenario Trigger on dataset change for Google Sheets
The idea of a "Trigger on dataset change" is excellent, but it doesn't support all dataset types. It would help us a lot if it could trigger on dataset changes in Google Sheets.
-
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…
-
Add Venn diagram and UpSet plot to Charts
I'm encountering some use cases where I want to easily visualize the number of records belonging to one or several groups and their overlap where group membership is spread over multiple 1/0 columns. Would be super handy to have Venn diagrams in the Charts or, sometimes even better, UpSet plots.