-
Enhancement of DSS Python API for Comprehensive Permission Management
Hello, A number of our data scientists, working in shared code environments, have tell me about a limitation in the permission management module, especially when dealing with access rights on file paths.. And after verification, the current function located in…
-
Add support for Quarto
Just like Rmarkdown reports are supported, I'd like to suggest support for quarto. Rmarkdown is a great tool to create dynamic reports that can be refreshed daily, but it lacks a good integration with python. Having quarto available will help several of our analysts to create reports without having to learn R.
-
Pre-deployment project evaluation test.
Hello, I'd like to make a suggestion on a subject on which I still have to do some work in the various IT departments where I've been able to implement the dataiku solution. A managed macro, available on the store, which would allow users who own a project to run it in order to find the most appropriate way of developping…
-
Improve the UI interface of the resources management part for codes Envs.
The following suggestions are specifically for features in Administrations > Code Envs > Resources. Where you can import pre-trained models locally. What is common if you cannot access the internet. attached the location in the interface of this function position_upload_clear resource. attached an example of upload without…
-
Project Native Dataiku Applications
Apologies if there is a workaround for this item ahead of time or if this goes against the spirit of Dataiku applications. Dataiku applications are a big hit on my team. We can spin up forms easily to parameterize models, automate and scale user actions effectively, and much more. However, the one caveat is that in many of…
-
Make streamlit webapp a default choice
Hi, I am not sure why streamlit is tied to code studios. Why not just make it a default code-based webapp choice like below? Where the user can use the code environment configured within the project. thx
-
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…
-
Dataiku should support Gaussian Splats
Hello, I think it would be great if Dataiku had a plugin that could create Gaussian splats. These would be useful for a variety of purposes. For example to re-create 3D scenes from videos or photos. I am sure many companies and organizations would be interested in that. Gaussian splats are in a sense point clouds created…
-
Application tiles should include Calendar widgets
Hi, It would be helpful if the Application builder allowed users to add in calendar tiles vs having to create text boxes for the start and end date. thx
-
Permit execution of pre-write and post-write statements in settings/advanced Datasets definition
I have a dataset which takes 20 minutes to be generated. To improve reading performance (it is used in a webapp), I've tried several indexes definitions. It's boring to await the full execution of the parent recipe to generate the new indexes. (and exasperating when you misspelled the post-write statement) A simple…