-
Cartesian product detection in join recipe
What's your use case? Cartesian product is a common issue when joining dataset with a bad key. It's not always easy to detect and users can even forget to check for it because they think they know their data. What's your proposed solution? What I suggest is an option to check if there will be a cartesian product on the…
-
Allow the window recipe to ignore partitioning.
I frequently the window recipe along with partitioning. The window recipe currently has no option to ignore partitioning which causes me to unpartition, then repartition to get the recipe to work correctly. This causes a host of other issues. Please give us the option to ignore partitioning for recipes that frequently…
-
Shared Secrets
As we've been developing plugins and for other more exotic use cases, we've seen the need for shared secrets in Dataiku. Teams share account credentials or plugins may rely on some group based credential (e.g. Box JWT tokens for a "team account"). We hack around this using FTP type connections and parsing their secrets or…
-
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…