-
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:…
-
Writing to partitioned dataset using the writer
I'm trying to overwrite a table using data from another table (with the same schema). I keep running into the issue that both datasets are partitioned and the writer does not like that (same case with the copy_to function). Here is what I'm trying to do: ERROR:dataiku.core.dataset_write:Exception caught while…
-
How often does elapsed time on a job update?
On the list of for currently running jobs in dataiku, how frequently does the elapsed time on a running job update to reflect that more time has passed? Is it less frequent for long jobs?
-
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…
-
Dataiku Answers get error
Hi team, I am trying to use Dataiku Answers to build a QA chatbot based on a knowledge bank that I built. After deployment, I can see the chat UI was OK, but when I ask a question, there was error to get response. The question I tried was successful in Prompt Studio. I attached the backend log here. Can someone help me…
-
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
-
Read trailing 14 days data from a partitioned S3 location as /load_date=YYYY-MM-DD/load_hour=HH
I want to read the trailing 14 days data from S3. I have already setup my S3 connection and want to read data for last 14 days load date and only the 24th load_hour. How can I apply filter just while reading the S3 location using S3 connection setup. Since I need to do it for multiple data sources reading it individually…
-
[Simba][AthenaJDBC](100071) An error has been thrown from the AWS Athena client. TABLE_NOT_FOUND
I am reading data from S3 location but I am not able to use it unless I sync it first. Syncing this huge data takes lot of time. What is the best way to avoid this issue without syncing it?
-
Webscraping with Dataiku
Hello, everybody! I have a working program in Python that I use to go through switch devices online, and it returns a CSV with all the information I need to perform an analysis. I tried to transfer the code from a server I was using to run this program to Dataiku, but I encountered an error while running pyautogui (which I…
-
Date Parsing
I have a requirement to trunc time of the date as below. Any event occurring after 12:00:00 is truncated to 12:00:00 before 12:000 is truncated to 12:00:00 Could not create Computed column matching below requirement Date Formatted Date 2024-11-21 13:00:00 2024-11-21 12:00:00 2024-11-21 11:00:00 2024-11-21 00:00:00…