-
we have 3 multiple sheets, then how to do pivot in Dataiku?
Hello, We have 3 multiple sheets and each sheet has more than 50 columns, and I want the results in pivot table/PO format. How to do? Should I use Pivot Recipe or Data Preparation recipe? Can anyone will help me?
-
please share the dataiku using method for beginner
hello @everyone! As a beginner in Dataiku, I would like to get some help on how to use it. help. thanks & regards, Kai
-
set the random state in visual ML models
I have an ongoing project in production that I intend to replace with another project currently in development. As part of this transition, I find myself comparing a dataset that has undergone scoring from a model in each project. Initially, I anticipated the model scores to be identical or, at the very least, very…
-
Import text file
Hello, I tried to look if there was a discussion about something similar but I wasn't able to find one. I don't know how to import and deal with a weird file like the one I attached. The columns are separated by a tabulation but I can't find how to correctly import it in DataIku. Thank you in advance for the help
-
How to connect a Dataiku Project flow from Airflow.
Hi! I am trying to trigger a Dataiku project from Apache Airflow. But I am not able to find any solution, how to achieve this. Can anyone please give me some idea, how could I integrate Airflow and Dataiku. If there are any specific APIs, connectors, or configurations that I need to consider, please let me know. Thank you…
-
DSS not finding python.exe with conda
Hi, I am trying to setup DSS 12 to use conda (python3.9) on windows. I included conda to my path. However, when setting a new code environment Managed by DSS using conda, the environment creation fails after initialisation and package download with the following error: "<path_to_env>\Scripts\python.exe": CreateProcess…
-
Playing Wav file
Is it possible to play wav file in dataiku? If yes, could you please share the steps
-
Problems to connect a MySQL database
Hello, Dataiku Team I installed MySQL driver on my Ubuntu Machine as described in the documentation, but when I make the connection in Dataiku, an error appears: Failed to load JDBC driver (com.mysql.jdbc.Driver), caused by: ClassNotFoundException: com.mysql.jdbc.Driver. Machine version: Ubuntu 22.04.3 LTS Java version:…
-
Failed to read data from DB
Hello, Dataiku team. I want to explain a problem that I have when reading data from a table. I read data from a DataCenter (SQL server). I did it making a query to create a single table. I want to sync the result to Google Cloud Storage and finally to BigQuery. It is a process that I have to execute everyday to a specific…
-
Custom scenario on variable change
Hello, my trigger does not launch with this trigger even though variables VAR_A and VAR_B are set to 1 : from dataiku.scenario import Trigger import dataiku PROJECT_ID = "RCU_V2" client = dataiku.api_client() project_handle = client.get_project(PROJECT_ID) variables = project_handle.get_variables() print(variables) t =…