-
Slow export from dataset
Hello, Currently still into learning curve, i already tested the enterprise license so i am into the free version (practicing in my own home lab). Context : I have a huge (500+ Gb) file that i splitted manually with split command on linux terminal, which was successfully done, that was neccessary as the Dataiku server was…
-
Include external js libraries in webapps
Hi all, I would like to include an external plugin (say jquery tablesorter for instance) in a webapp without accessing it with a CDN link. I have no access to the local/static repository, I would like to rely on project libraries only. I guess I should copy/paste the content of the tablesorter.min.js…
-
Change Code Env while duplicating the project
Hello, We'd like to duplicate projects and with the duplication we want to change the code env in project. I'm using a python code to automate this process. The duplication of the projects works as desired by using the project.duplicate() function, but the remapping of the code envs is not performed. * remapping (dict) –…
-
Using Variables of Application as recipe
I have R recipe and i have converted it into application-as-recipe now i am letting user give some inputs as variables so how can i use those variables in the code i have also defined global variable if i can also change the value of global variable that will also work can you help me in this Operating system used: windows
-
variables in application-as-recipe
i have defined variables for user to give while running application-as-recipe where and how can i access those Operating system used: windows 11 Operating system used: windows 11
-
Modify an excel file using Python
Dataikuers, I need your help! Thanks to @AlexB I was able to convert a dataset into an excel file using Python. Now I want to modify that file in the same script. In this case I'm just looking to add a few cells to new Excel Sheets but also looking to expand and do more. So I added some code that I thought would work. I…
-
Error while running dss project (import project error)
The below error is occuring whenever try to run DSS project ''import project error there is problem with zip file only deflated entries can have EXT descriptor''
-
Convert Month and Year columns to a date type
I have 2 columns containing Months and Years. I am able to get Years to read as a date but I can't figure out how to get the Month to read as a month to combine into 1 column. MonthYearStringdate textdateFebruary2023May2023November2023
-
Editing a prompt recipe
I have an existing prompt recipe. I open the recipe for editing, select "Edit in Prompt Studio", and then select "Overwrite". If I then try to save the recipe from Prompt Studio, it creates a new recipe instead of overwriting the existing one. Am I doing something wrong? I'm running 12.3.1.
-
Exchange input data
Hello everyone, I have the following problem: I have built a flow with multiple input data. Now I want to run it with different scenarios (different input data). To exchange the data, I open the uploaded data and change the dataset under settings. But this takes a long time. Isn't there a simpler method for replacing data?…