-
how to generate rows in DataIku
Hi Team, I want to generate some date rows based on a criteria in DataIKu like the attached screenshot from Alteryx This will generate a new column 'Date'. I came across below link from the community but there is no proper solution given in that. Any help would be greatly appreciated. Thanks Thanks & Regards Dil Operating…
-
Is it possible to download a trained model as Python file?
I've got confused by the documents provided. I'm currently working with the trial edition and so far haven't been able to get my trained model as a .py file. I'd be glad if someone helped me.
-
HTTP status codes returned by DSS API node/service
Two questions: 1. Will an exception, raised during execution of API service code, always result in a response with a 500 HTTP status code? 2. Aside from that, errors can occur outside of API service code execution (e.g. service is unavailable). Is there an overview available of which situations map to which HTTP status…
-
Write the schema of a pandas dataframe using the "dataikuapi" variant
Hello, Dataiku team. How can I write the schema of a pandas dataframe using the "dataikuapi" variant? I'm doing it this way because I want to send information from the api node to a table in my project in the layout node. I want to write the schema like when using the dataiku library: df_final.write_with_schema(df). But,…
-
Remote references can't be fetched
Hi all, Getting the following error when specifying the Git remote in the libraries (Import from Git). Please assist me with this matter. Remote references can't be fetched Branches and tags could not be fetched from remote Git, caused by: IOException: Process failure, caused by: IOException: Process execution failed…
-
Renaming a saved model using Dataiku Python API
How to rename a saved model using API?
-
How to create sync recipe using create_recipe or new_recipe?
I want to create a sync recipe using python script. I found I can use create_recipe or new_recipe functions. But I am facing this error. The output dataset should be in MS SQL Server. How do I do this? Operating system used: Windows Operating system used: Windows
-
What is the certification cost for Code designer, Developer and ML Practitinoer
-
Remapping Connection (under Activation Settings) in Bundle Management using Dataiku Python API
I am trying to remap/update the already existing Blob container connection name I have created a Bundle in Design Node and imported & activated in Auto Node. Both the nodes are pointing to separate Azure Blob Containers Unable to figure out if the connection settings have to be updated before the creation of the bundle OR…
-
How to do Nested IF conditions in DataIku
Hi Team, I have a requirement like below to do a nested if condition. Let me know how to achieve this in DataIkU where I searched for few options but couldn't able to fully resolve. IF [Created Month] = [Rprt_Month] then 60 + (if [No. of buyer]>=6 then ([No. of buyer] -5) else 0 endif)*15 else (IF [No. of buyer changed]>0…