-
export dataiku plots directly as svg
It would be great if users could easily download all plots/charts created in dataiku directly as an svg (including model performance plots). For users who code, it would be even better if you could open an ipynb notebook with the code for generating the plot so the user could customize it and then export in a…
-
Enhance dashboards to include a Python Visual tile
Hi, For our analytics, we need custom Python visuals nearly all of the time. Would be good to allow the user to create a Python visual tile that uses a standard Python recipe. thx
-
Option to rearrange output columns in join recipe
I would like to have the option to rearrange output columns in the join recipe. Perhaps by making the 'hamburger' icons on the Output panel draggable.
-
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.
-
Code Snippet as Edit option in Support Chats and Community Posts
Hey there I do not know why this feature is not present. It would be really great to send codes as code snippet, provided by many other tech community and support platforms, for better readability and communication in these post. I think this is an essential to give better context
-
Confirmation pop-up when deleting a code sample
I deleted by mistake a code sample I had created because I clicked on the "trash basket icon" while I just wanted to close it. Indeed, the "trash basket icon" is in upper-right corner, which is generally the position of a "cross icon". So I think a confirmation pop-up of deletion would be good. Thanks
-
Put stuff in the API logging without sending in the response
We often run into situations where we'd like to log stuff from our internal API workings - like intermediary results for checking - without having to send these out in the response. It would be wonderful if there was an option to send things to the API log without it having to be part of either the request or the response.
-
Configurable Timezone Display for Date Columns (Beyond UTC-only)
Current Situation Dataiku DSS has specific behaviors when handling time columns: When it recognizes time-related columns (e.g., date, timestamp_tz, or timestamp_ntz), it displays them as Date columns, rendering them in timestamp format (with both date and time components). A significant limitation is that Date columns…
-
Data Quality Check: Valid Time Series
When working with time series, it would be nice to have a quality check that ensures that time steps meet a minimum definition (i.e. weekly on Monday), have no duplicates, and have no missing steps.
-
Add Granger Causality tests to the stats worksheet
I'd really like to be able to test granger causality between two or more time series. Would it be possible to add it to the stats page, such that I can pick 2 or more input columns, and the GC can be calculated between each pairing and each ordering, over a specified range of lags?