-
Calculate a single metric/check via the Dataiku API
Hi, It is currently not possible to calculate a single metric or check via the Dataiku API while this is possible via the GUI. The following APIs exists: dataset.compute_metrics() dataset.run_checks() but they will calculate all enabled metrics/checks which may take a lot of time. So this idea is to provide an API to allow…
-
Flow zones and support for them in scenarios
Hello, I am exploring flow zones possibilities and I am missing one feature. Is there planned to support flow zones in scenarios? Instead of building single datasets I would like put there to build whole zone. What would be also nice is trigger another scenario when some flow zone has been refreshed. My use case: Having…
-
Consistent display of chart title when hover on chart tab
When a dataset has several charts, it is super helpful to be able to hover the mouse pointer over a chart tab and see the chart's title. However, this only works for some types of charts. For example, it works for Vertical Bars charts but doesn't work for Pivot Table charts. The request is provide "hover on chart tab to…
-
I want to use Dataiku in Japanese.
I would like Dataiku to be translated into Japanese. I tried using it for the first time and was impressed by how easy it is to manipulate data, perform machine learning, and output to a dashboard. However, I felt that the lack of Japanese language settings was a barrier to usage. If Japanese localization is available, I…
-
Programmatic Git Support (Shell, Python API or Both)
We use git remote repos for every project we deploy on Dataiku. As we collaborate together, we've found the need on a number of occasions to use git shell commands or have some more flexibility to check status, cherry pick, drop changes or just generally use git more flexibly from DSS. While we can clone our repo and make…
-
Method to re-order V12 Visual ML override rules
User Story: As a user of V12 Override rules. I'd like a way to drag the order of the rules rather than having to delete and recreate rules if I need to change the orders. Notes: * I was not able to see this feature in the override rule screen.
-
Add negative logic to visual filter recipe
Hi, I was surprised to see no negative logic in basic filter operations like 'Contains':
-
Search by column from flow
On large and complex projects, sometimes I'd like to quickly identify all the datasets that contain a column I'm interested in. I'd like to be able to search for a partial column name and have all the datasets that contain columns matching that name be highlighted so I can quickly find where a particular field comes from…
-
Filtering Editable Datasets
User Story: As an analyst being asked to hand modify some moderate-sized datasets (8-10k rows) I would like to be able to filter an editable dataset down to a few rows before I make row-level changes. This feature would likely improve the performances of the edit UI for updating editable Datasets and increase the speed and…
-
GPTchat or other LLM coding support in Dataiku Python Jupyter Notebooks
User Story: As a Analyst Level user of Dataiku’s Jupyter Notebooks, it would be great to have GPTchat coding support in the Jupyter Notebook environment to support python coding. Conditions of Satisfaction: * Very low setup complication. Should be no harder than getting R or image exporting working. Preferably, fully built…