-
Visual Join Recipe: Join on a Constant condition not a column value in the other dataset
User Story: As an analyst who is selectively joining data through the visual prepare recipe, I'd like to be able to add a constant as one of the join conditions, so that I can make more selective joins through the visual prepare recipes without having to write SQL from scratch. Conditions of Satisfaction (COS): * Well…
-
Support Duckdb database (read and write)
Hello all, Hello all, DuckDB is a new project of embeddable database. From what I understand, it's like a SQLite database but for analytics (columnar-vectorized query execution engine on a single file). And of course it's open-source and free. More info on their website : https://duckdb.org/ Best regards, Simon
-
Full Installer for Dataiku on Windows
Hello all, I really appreciate the fact than we can now install Dataiku DSS on Windows (https://www.dataiku.com/product/get-started/windows/ ), it really changes the training and helps a lot. Thanks for that. However, what would be even more perfect would be a full installer in addition of the launcher when your PC is…
-
Allow filter by Tag in Data Collection
Currently, it is not possible to filter all datasets inside a Data Collection by Tag. This could be a great enhancement for large Data Collections.
-
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…
-
Button to request access from project admins
Sometimes I'm asked to look at other people's projects, but when I follow the link I don't have access to the project. It would be helpful if there was a button on that landing page to 'request access from project admin'. Saves the trouble of finding out who that is and trying to contact them outside of the platform.
-
Limiting concurrent executions (activities) / default limit for all users / projects
Currently https://doc.dataiku.com/dss/latest/flow/limits.html allows a global limit and limits per given user and per given project. I want a way to put a default limit per user, that is say that every user in the DSS gets a limit of 2 concurrent activities. Without this , I would need to write a 20 rules one per each user…
-
API to obtain list of currently running jobs in a DSS instance
Hi, there is no current API to obtain list of currently running jobs in a DSS instance. We want to have the same capability as the current Jobs section under /admin/monitoring/background-tasks/. All the other sections on this page already have APIs: list_running_notebooks() list_running_scenarios() list_futures() The…
-
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…