-
API in Streamlit
Hello, While post requesting in streamlit (Code Studio) , I keep receiving the same error : {"errorType":"com.dataiku.dip.io.SocketBlockLinkKernelException","message":"Failed to run function : \u003cclass \u0027TypeError\u0027\u003e : api_py_function() missing 3 required positional arguments: \u0027file_bytes_io\u0027,…
-
v12.6 Light GBM Performance
I upgraded (in-place) from v11 to v12 and am re-training ML models ... Light GBM is crashing now (running out of memory) - hyperparameters and algorithm preset's are exactly the same ... is there a know issue with Light GBM in v12 consuming more resources now ? Operating system used: Ubuntu Linux
-
What is the maximum number of scenario allowed in a project
Hi all, Questions: * Is there any limit on the number of scenario allowed in a project? * Is there any limit on how many scenario can run simultaneously? Thanks
-
Python SQL INSERT statement query with variables
I pulled this example from an old post, and also tried following the example from https://knowledge.dataiku.com/latest/code/python/tutorial-sql-in-python-recipe.html#create-the-final-sql-query-with-python This example without variables works fine! from dataiku import SQLExecutor2sqlcon =…
-
how to create custom date format in scenario variables
Hi Team, I want to create scenario variable as custom date format a yyyy-mm-dd or dd-mm-yyyy hh:mm:ss from now() function where it has T & Z characters in date time format. could you please help on it how to create formals in defining scenario variable in scenario steps? Thanks in advance. Operating system used: windows
-
Gitlab integration via https
Hello, I've setup git https configuration (by login in ssh mode to my ec2 instance that run dataiku). I've created a token then added it in gitconfig with the rightsthings. This setup work as I tested cloning a project. In dataiku interface, I've issue when try to add remote repositoy. What the issue here? Not authorized…
-
Can dataiku output a transformed set of data into an encrypted excel file
I am looking to output a dataset after it has been transformed. I'd like to convert this into an excel file and then like to zip and encrypt them in say, winzip... Does anyone know if this is possible? Operating system used: Windows
-
how we can achieve Data Lineage in DataIku
How we can achieve table and column decencies in recipes.
-
Do we know when Dataiku 13 will be released?
We are currently using Dataiku 11 Community edition. We plan to upgrade it to Dataiku 12, but that's a process that takes time for us due to internal procedures. When I checked the previous releases trends, it might be really close for the Dataiku 13 release date. Do we have any idea or official announcement when that will…
-
Dataiku application using csv input OR dataiku data set
Hi all, I am trying to build an application using dataiku application designer and need your help! Flow diagram is attached for additional reference. I have a flow with 4 inputs - input 1 folder, input 2 folder (both for csv inputs), an editable dataset and a dataiku dataset. I've created a UI using Application designer.…