-
Core Designer Certification - question join
Dear all, I'm currently working on the Core designer Certification project and I have an issue when I try to join the 3 CSV files (CO2 and Oil ; Urbanization GDP and Population ; Meat and Egg Production). When I do a left join with CO2 and Oil as the base, I have duplicated lines for each Entity/Code/Year with one with…
-
Is there a recipe that can be used to automatically print a dashboard?
Is there a recipe that can be used to automatically print a dashboard? The dashboard gets emailed daily and we would like to for it to automatically print once the workflow is done.
-
model’s performance on the train portion of the dataset
Hi everyone, I’m trying to figure out where I can find my model’s performance on the train portion of the dataset in Dataiku. I can easily access the test set metrics in the model interface, but I don’t see where Dataiku shows the scores computed on the training set (AUC, F1, etc.). Are these metrics available directly in…
-
DSS Engine error on visual recipes
Greetings All, Please advise how to solve DSS Engine error on visual recipes " Oops: an unexpected error occurred Unknown error Please see our options for getting help HTTP code: 500, type: unknown" Therefore as an impact the datasets after the visual recipes are not updated. We are experiencing the issues mostly on the…
-
Migration & Synchronize issue in automation node
Hi, I'm using the dataiku 12.5.2 in my workplace, and I found synchronizing design node and automation node is quite hard. Minor debugging issues that occur during ingestion are all processed by the automation node, while architectural modifications are build and tested in the design node. As time goes on, differences…
-
How we can use a AWS EFS file share for Dataiku APIs deployed to Kubernetes
How we can use a AWS EFS file share for Dataiku APIs deployed to Kubernetes. We can configure CSI driver and storage class, then create PVC on Kubernetes cluster. But, how we can use it as mount in deployments that gets deployed through DSS API deployer.
-
why I can't overwritte a table from dataiku
Hello everybody, I have a table "my_table" in my database. I import my_table in dataiku and I realize an outer join to complete the value from two columns in my_table. In output of the outer_join, I create a file system. After that, I used the "sync" recipe to put the result of the join in "my_table". The "sync" recipe run…
-
How to quickly mass-change the database type of datasets for a project?
Thanks for your time firstly. I am currently changing the type of database from 'Snowflake' to 'Redshift' (except for source node). While I could use 'Change connection' function at the bottom-right border of DSS, but it's quite robotic. Is there any efficient approach or python API that could modify the connection in a…
-
Read xlsx. File from managed folder using Python
Hi team, I'm using a Python recipe in Dataiku to read a specific .xlsx file from a managed folder, but I'm encountering an error when trying to load the file into a DataFrame. Here’s a simplified version of my code: folder = dataiku.Folder("FOLDER_ID") file_list = folder.list_paths_in_partition() last_month_str = "YYYYMM"…
-
Mismatch in random ports for notebook kernels
When I try to use the notebook kernels in containerized environments I get different ports stored in DSS and in the kubernetes pod is that normal? The file jupyter-run/jupyter/runtime/kernel-c234fbb1-84dc-44ad-a18e-7ad0aff81702.json shows different ports: { "shell_port": 51875, "iopub_port": 38011, "stdin_port": 35689,…