-
Using Dataiku
Hi all, I'm working on a Python recipe to automate file validation in Dataiku using managed folders. My goal is to: Scan a "validation" folder for Excel or CSV files. Check that they contain the exact column headers that I defined. Route them to either an "inprogress" or "rejected" folder based on the result. I’m using…
-
The recipe execution is taking long time due to handling a large volume of data in dataiku
We are experiencing long execution times for a recipe in Dataiku due to handing large datasets, while we have implemented partitioning using a filter on a specific column, it still takes 1.5-2 hours to partitioning 30M records. Is there a more efficient way to handle and process this data quickly and effectively because…
-
Ask for resolution about "java.util.Properties org.eclipse.jetty.util.log.Log.getProperties()"
Hello. I am following the academy curriculum. In the machine learning section, the curriculum is not proceeding due to the following error message: 'java.util.Properties org.eclipse.jetty.util.log.Log.getProperties()' I would appreciate it if you could provide a solution." Operating system used: Machine Learning Quick Start
-
Weird behavior in Datetime
I am reading an excel file (.xlsx) which contains a column with Date and time value stored in custom (mmm d, yyyy h:mm:ss AM/PM). While uploading file to Dataiku is automatically reduces one second in the value. It is not done for each row but for on a random basis. E.g. Input Value - Jan 31,2025 10:00:00 AM Dataiku read…
-
Bug when exporting dataiku dashboard
Hi Dataiku specialist team, When I export a dataiku dashboard (into a PDF) that contains embedded web content or some webapp that contains maps, that particular tile is either ignored or it show as broken link. I already configured the tile characteristic to "delay image capture by some seconds" but that didn't fix the…
-
Unable to Create Evaluation Store in Time Series Forecasting (DSS 12.5.2)
Hello, I am currently using Dataiku DSS version 12.5.2 and working with the Time Series Forecasting feature. After completing the model training, I attempted to run an evaluation, but I noticed that the Evaluation Store is not being created. I’ve confirmed that when using the AutoML Prediction functionality under Visual…
-
Check if sharepoint excel file column has unique value then store data else email user.
I am trying to develop a mechanism where we need to retrieve sharepoint excel files from the library one by one , once the user uploads and check if duplicate value is present in one column(SKU) , if yes then email user "Duplicate values found in SKU , please check." else store the dataset. Thanks.
-
How to convert the number "35.048,00-" to read as "-35,048.00"
I want the sales amounts to be read as: -35,048.00 2925.00 4000.00 etc
-
Update and Insert into existing oracle table
Hi All I have two task to do. 1. I wanna update into existing table in oracle, is there any option to do that ? 2. Then I wanna insert into existing table in oracle, I saw the append instead of overwrite option but how to give the existing table in output ? Please guide/Suggest the way Thanks in advance
-
Update Records In Dataiku
Hi Folks, I'm trying to find a way in Dataiku to update specific records in a table based off of specified criteria. Some context: I process data on a daily basis that needs to be transformed to a workable state for a multitude of different reports. There are user-generated date values inside of the report that are invalid…