-
[Python API] Get path of the file inside a "UploadedFiles" dataset
Hi, I am a looking the name of the input file inserted into an "UploadedFiles" dataset. For a managed folder, I am using the "list_contents" function to do so and it works perfectly. My code is currently the following import dataiku project = dataiku.api_client().get_default_project() dataset =…
-
How to run multiple flows at a time with different datasets?
We have created a flow which takes in different input datasets and updates many tables in Snowflake. There are many scenarios to trigger the recipes, and the scenarios are run using API endpoints which are triggered from a frontend website. What we want to do is run the flow for multiple inputs. Each of the input will…
-
Error while running K-means clustering
Hello, I tried to run K-means clustering on version 13.0.2 and got the attached error. Can anybody help please? Operating system used: Mac OS Sonoma 14.5
-
how to add calculated filters in Charts ?
I want to embed calculated filters (if x >1 set display color to blue, if x > 1.15 set color to yellow etc…) in a chart. Let's say Bar chart for example. I know how to add static filters but is there a way to add filter based on a calculation. here in this chart , each color is a parameter. I want to change parameter color…
-
File '/data/dss-data/saved_models/xxxxxx/ASB22I5z/versions/17235340x1xxx/user_meta.json' does not
I get this error while using saved ml model. I build my own data to predict (same variables as train) and when I use predict recipe I can't run : I get error
-
Splitting dataset into groups and process each group seperately
I'm new to dataiku and any help would be appreciated, I have a scenario where I have to send mail to sales representative which contains questions asked by its associated client (customer that he manages) eg Input SR_Mail | Client_name | Question | — - - - - - - - - - - - - - - - - - abc@def.com | SBC | ABCD ? |…
-
Connect to Oracle NetSuite
Hello, team. A client tells me that his data is hosted on Oracle NetSuite. When he wants to view them, he installs the NeuSuite odbc driver on his Windows machine where he only enters the host, port, and service name. Subsequently, to display information in tables, it uses SQL Server with Link Server where he enters again…
-
Type after Python recipe
Hello all, I've an issue in DSS. A dataset where i've forced the type in setting, schema is an input of a python recipe. I try with different proposition of the developper guide but i'm lost because each time i've an error. I forced the type of column "MASTER-ID" who is the ref of the object in int. At this first level…
-
モデルのトレーニングが失敗する
Mac OSでインストールしたDataikuを利用しています。 モデルをトレーニングしたところ以下エラーが出ます。 エラーに従ってインストールが必要なのでしょうか? Failed to train : <class 'xgboost.core.XGBoostError'> : XGBoost Library (libxgboost.dylib) could not be loaded. Likely causes: * OpenMP runtime is not installed - vcomp140.dll or libgomp-1.dll for Windows - libomp.dylib for Mac OSX -…
-
Creating new features through python API in visual analysis
I am trying to build models through Dataiku's Python API. I want to deploy the model as an API endpoint. I want to add some additional feature creation steps in the visual analysis to pass raw data to the endpoint, as given below in the Dataiku Documentation. I want to know if it's possible to create preprocessing steps…