-
Show webapps and lib in bundle
Hello, Working on projects especially based on webapp and using libraries. It appears that when creating a bundle, it does not appear. my workaround solution is to download the bundle and check manually what's in. Best regards, Simon
-
An easy way to download uploaded files
Hello all, Dataiku makes it very easy to upload files and create datasets based on these files. However, there isn't a clear and easy way (like a button) to download the said files while it can be pretty useful (here, the file is on my coworker machine, he uploaded it and I want to retrieve it… from what I undersand, I…
-
Enable/Disable Reporters in Deployer
I would really like to be able to manually enable reporters in a deployed project, even if they are disabled in the design node. I imagine this would work exactly like triggers being enabled/disabled. My use case for this is I have triggers that send emails to end users when certain scenarios sucessfully complete their…
-
Changing Data Meaning and/or Storage Type Creates Recipe Step
Data meaning and storage types for columns are currently editable in explore tabs for datasets OR inside a prepare recipe. From my experience, adding it in a prepare recipe DOES allow it to be re-changed when the recipe is re-run. However, this does not visible appear as a processing step in the prepare recipe. Can that be…
-
Search ability in the discussion and Product ideas
That will allow people if the question has been asked already and maybe even a solution/resolution is already. It will help reducing duplicates and make it easier to work with.
-
Data Catalog - Database Stored Procedures
Is there a way currently to have the dataiku catalog read the database stored procedures? It would be great if the procedure name and definition were searchable through the tool. Bonus points if the tool was able to read the procedures to determine input tables and output!
-
Managed Folder tree-like view and preview for readable files
Hello, My team and me have a massive usage of managed folders for basically anything we do by code. Indeed, we have mixed data types (parquet, json, pickle, xlsx, etc) and to use them we found managed folders easy to use and work in Python. We find it difficult to navigate in a Managed Folder (DSS 13.5.4) and we think that…
-
Add option to support non-pandas dataframes (e.g. polars) in Python recipes
Hi, There are many pandas alternatives. One that is new and very fast is polars. Polars is built on Rust so it is memory safe and runs in parallel by design. I use polars in one of my recipes but have to convert it to pandas to write the dataset. thx
-
Align and enrich the editing features of different recipe code types
Hello, Currently, there are differences in the editing functions offered by recipe codes. Of course, jupyter notebooks are better off. Our users ask that basic functions, such as "find & replace", be available regardless of the type of recipe code used (SQL, Python, Shell, Notebooks). Thank you in advance
-
Change Auto-Typing to an off or on option with default “Off”
Would like to have the Auto-Typing setup as an option that can be turned off and on with the default being “Off”. This feature is changing my unit serial numbers (230836735F) to a Float (2.30836735E8) which causes me to lose records when joining on the unit serial numbers field in a following step. This will cause my…