-
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.
-
I want to adapt OpenVPN's functionality to the API
Do you have a request to extend OpenVPN functionality to APIs, rather than just DBs and storage with connectors? We would like to use OpenVPN to connect via API from an application operating in a closed NW environment, but the current functionality does not allow us to connect. If you have the same request, we would be…
-
Scenario steps documented in Project Documentation
I see that the Scenarios are not documented in the auto created project documentation. This feature will greatly help to document how our automations are orchestrated
-
Dashboard Improvements on Reference Lines
Looking for 2 Dashboard enhancements on the Reference Lines tuning Reference Line Value Currently, if "Constant" is chosen as the source, a manual value must be entered. It would be beneficial to allow the use of a global variable in the value field. Ability add an aggregation of a different dataset column Have a dynamic…
-
Select Columns Outside of Join Recipe
I would like to be able to select the columns of data outside of a join recipe. A couple of examples: 1 - Usage of "unmatched rows". The column selection occurs after the join does not apply to data that isn't joined. In this case I am using both sets of data so need the option to select columns from both sets. 2 - Removal…
-
Ability to package environment/local variables with an API service
It would be very helpful if Dataiku allowed for packaging variables (either environment or local variables) with the capability to remap local variables as part of the deployment. Ideally there would also be an option to encrypt a variable. We have several API services that connect to other systems and require environment…
-
Have a dataiku templating engine based on Python mako or jinja
Hi, Python based templating engines like jinja and mako allow users to 'print' text in various formats, using conditional logic statements like if-else and for loops. I think dataiku should offer an off the shelf Python based templating engine that would allow users to upload their template(s) and pass a `context dict` to…