-
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.
-
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…
-
Support Panel Webapps in DataIku
Panel is a powerful #python #mlapp framework build on top of Bokeh. A high-level app and dashboarding solution for Python — Panel 0.12.4 documentation (holoviz.org) Panel can be supported similarly to Bokeh. The Panel server is build on top of Bokeh, therefore it should be very easy to support. For example `bokeh serve` is…
-
Higher Resolution Geometry Viewing
Dataiku condenses geometries such as lines and polygons when visualizing them in the 'charts' tab of a dataset. Polygons for example are visualized with a minimal number of their vertices. For many of our use cases, we'd like to have the option to view these with their original vertices. This could be an optional toggle…
-
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…
-
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(),…
-
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.
-
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…
-
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…
-
Ability to choose input data set for copied and pasted subflows
I often have to copy a portion of a flow to use in a different section. Having the ability to define my input data would make things more efficient and eliminate some human error. In the use case I have, I want to copy the portion circled in red and paste it to where the green circle is, but I don't want it to branch off…