-
Option to display short descriptions on flow
Hi All, Forgive me if this has been discussed before, or if it is a polarizing topic as far as visual design goals. In evaluating Dataiku against other products, and ultimately deciding on Dataiku due to its many strengths, one thing my team lamented was that it was not possible to display descriptions of flow elements on…
-
Add Ability to add updated/inserted time to UPSERT recipe
The new upsert recipe is great, and has alot of potential. It would be awesome to have the ability to add an audit column to this recipe, updated_at if the row was updated, or created_at if its a new row. If its a new row, updated_at would be left blank, created_at would be now() if an update, updated_at would be now(),…
-
Perform quick SQL query on SQL dataset from UI
For my workflow it would be very helpful to have the option to perform a quick SQL query on a (SQL) dataset in the Flow from the UI. For example by right clicking. Things like count distinct values of a specific column, etc. Right now, I go to my separate SQL client to perform these quick checks, but that requires tool…
-
Longer Connection text box on New Snowflake dataset page as needed
Request for the text box for Connection on New Snowflake dataset page to get longer to fit the full connection text if the connection text is longer than the current text box length. Our organization has a standard prefix for connections based on division/team/project, so I have multiple connections with the same prefix…
-
Add description to each IP set in IP Allowlist extension to identify them
Add description to each IP set in IP Allowlist extension to identify them. It enable to know for which organization and who this ip or ips range is added in whitelist.
-
Dark Mode
Every developer needs a dark mode A dark theme for the flow, datasets, and recipe configs would go a long way toward making Dataiku fit into workflows that involve many other dark mode tools. Dataiku is definitely very bright when swapping from other tools which operate in dark mode. Extensions like Dark Reader do a pretty…
-
Provide ability to export Insights to images in Scenario Steps and the Python API
Currently only Dashboards can be exported to images in Scenario Steps (Export Dashboard step). While there is an export option in the GUI to export Insights to images this is not possible to do via Scenario Steps nor the Python API. So please add support for this. And also extend the Python API to allow Dashboard exports…
-
List managed folders from project
Currently, the only way to view which managed folders are associated with a project is to check the flow. However, on large projects, the flow is too large to load. (On my project of just 7,000 datasets, the flow crashes the browser tab). Datasets and recipes can be listed in the datasets and recipes pages, but managed…
-
Comments in Formula
User Story: As a creator of formulas in Dataiku, I would like to be able to add comments in formulas, this would allow me to leave information in formulas about why formulas are configured the way that they are, increasing trust and communications, and it would allow the ability to "comment out" chunks of code while…
-
Allow datasets to automatically reload schema when jobs run.
Currently, if columns in a dataset source are added or removed, jobs and scenarios that read from that dataset will fail until you reload the the schema from table. Even if everything downstream does not have dependencies on the column changes. We would like to see a setting to allow datasets to always reload schema when…