-
DataIku suddenly stopped working
Oops: an unexpected error occurred Unknown error All recipes stopped working and unexpected error occurred with HTTP code: 431, type: unknown Operating system used: Mac OS
-
ERROR PI System - Could not connect. Error: (traverse) unsupported hash type md4
Getting this error after running the job [11:53:15] [INFO] [dku.utils] - 2025-10-07 11:53:15,160 ERROR PI System - Could not connect. Error: (traverse) unsupported hash type md4[11:53:15] [INFO] [dku.utils] - 2025-10-07 11:53:15,160 WARNING PI System - Error while traversing path \\ Could not connect. Error: (traverse)…
-
Efficiently applying window recipes across monthly database partitions
Hi all, I’m looking for best practices when applying window recipes that need to span multiple partitions. In my case, I have a dataset partitioned by month, and I’m using a window recipe with lead/lag functions to look ahead and behind by 3 months. To make this work, I currently: Unpartition the dataset using a sync…
-
What is the best practice to share business-facing content with business users?
My team has developed several Dataiku Apps and Dashboards that are ready to be shared with business users. Currently, I am considering the following approach: Deploy the content from Designer to the Production Automation node. Share the Dataiku Apps and Dashboards through specific workspaces. I am wondering: Is it common…
-
Unknown error - Code 403 on a subset of recipies.
Hello, We've been experiencing issues on different recipes/notebooks, few sql recipes show Unknown error - Code 403 and a webapp does the same as well, even though scenarios run perfectly fine whenever we edit a recipe and try to validate we get the same error and it happens for some recipes not all of them. Operating…
-
Data download
Is there a way to download updated dataset if queried via “Explore” option and having filter applied on through “Sample Settings”., usually it downloads entire dataset as is and not the one generated after applying filter.
-
Dataikuのチャート機能での軸表記について
お世話になっております。 DataikuのChart機能を使用して可視化を行う際の数値軸や、数値ラベルの単位が、デフォルトで Y(10の24乗)になっているようです。(KMBT表記) 以下のようなデータを入力とし、 Date Val1 val2 2024/1/1 6 22 2024/1/2 99 35 2024/1/3 26 45 2024/1/4 89 35 2024/1/5 46 70 2024/1/6 32 68 2024/1/7 32 53 2024/1/8 52 76 2024/1/9 38 47 2024/1/10 63 99 2024/1/11 30 93 2024/1/12 72 8 2024/1/13 67 62…
-
Beginner Help: Deploying an API Service with Pickle Model from Jupyter Notebook in Dataiku
Hello Dear Community, I am a complete beginner in Dataiku and have created a Jupyter Notebook as a mini test model. I used Pickle to save the model and vectorizer into a managed folder named "Models". My goal is to make this model available as an API service, but I’m struggling with the process and would greatly appreciate…
-
Is there a way to get the current Scenario id?
I'm buiilding a macro step for an scenario in which i need to obtain the last successful run of that scenario. I've been able to get the las successful time, but I'm struggling to limit this to only the current scenario. any suggestions on how to tackle this?
-
How can I access Dataiku Inbox using Dataiku Python API
I want to access the Dataiku Inbox to see who raised access requests using Dataiku Python API. Can you help me how to do that? I want to approve requests in an automated way using Python.