-
What am I doing wrong with a simple date sort in the prepare recipe?
I have dates that are not parsed. It starts with a group of dates from 2015-01-01 to 2024-12-01 and keeps repeating over and over for each categorical variable. I try to sort the date as is which is as a string and nothing happens. I parse the date (and get a bunch of minute/second junk at the end (ill never want that ever…
-
illegalargumentexception: Example has 2 inputs but prompt has 1 input
Hi I'm new to dataiku. I'm using dataiku 13.1. I have a dataset with Area name & I have to find the country in which the area belongs to. I have to do it using AI prompt. My dataset is around 2100 records. I want one country value for each region. So in my Prompt & LLM settings I'm providing prompt as "Find the country in…
-
How to get metadata from managed folder of dataiku?
I am trying to get the last modification from the metadata of managed folder of dataiku but it is throwing below error Exception: None: b"Failed to convert value of type 'java.lang.String' to required type 'boolean'; nested exception is java.lang.IllegalArgumentException: Invalid boolean value [/GSX Daily Pos.xlsx], caused…
-
How do I import data from Dataiku to SAP Hana
Hi I'm new to Dataiku. I'm using Dataiku version 13.1. SAP Hana integration is done with my dataiku. I'm using SAP Hana dataset for my ML use case. I need to import my ML output table to SAP Hana. Can you please provide me steps to import data from dataiku to SAP Hana Operating system used: Windows Operating system used:…
-
Use knowledge bank in API Designer
Hello, Dataiku Team I am trying to deploy an endpoint to API node where I can use knowledge bank object from my project flow. I am using this code example but when I write this line: vector_store = kb.as_langchain_vectorstore() I get the next error: Failed: Failed to run function : <class…
-
Embedding a link to download a dataset in scenario email report?
Hi, Our workflows take a user-defined data payload and create N datasets. Is it possible to add a hyperlink with the dataset name as the text and the link being the URL to download the dataset as a CSV file? thx Operating system used: Windows 10
-
How to change a Code Studio instance to use a new template?
Hi, Is it possible to change the Code Studio template used for an existing Code Studio instance? If not, can I duplicate it and change the Code Studio Template at that time? thx Operating system used: Windows 10
-
More documentation on project duplication argument duplication_mode?
Hi, Are there more details on what MINIMUM, SHARING, and FULL mean for this API: thx Operating system used: Windows 10
-
Logging in dataiku notebook / recipe ...
Hello Team, I am working on pyspark recipes. I use notebook to build the logic and change it back into recipe. The dataiku and spark operations ( e.g. df.count() ) emits a lot of log statements to the console and makes the notebook very difficult to use. Is there a way for me to supress logging from dataku and spark APIs?…
-
Practical Use of Code Studios
I am starting this thread to learn about how others are using code studios (such as VSCode, JupyterLab, and Streamlit) and for what purposes. In our organization, we were initially excited about the feature introduced in DSS v11. However, our enthusiasm was quickly dampened by the fact that users cannot select the…