-
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.
-
ERROR message : Conflicting scenario when updating project bundle
Hi, I am using the local deployer to deploy project on automation node. The first deployment goes well, on the other hand when I try to do an update and deploy a second version i get this error message : Automation node http://xxxxxxxx:xxxx returned an error when trying to activate bundle v1_prod on project xxxxxxx:…
-
Using SQLExecutor2 inside shared library
Hi, I would like to execute some raw sql queries like insert the rows directly into the oracle database. Based on the various community discussions, I chose to use SQLExecutor2. My code is as below: from dataiku import SQLExecutor2 import dataiku def test(): # get the needed data to prepare the query # for example, load…
-
Problems to run Macro to download the dataiku tensorflow resnet model
Hello, Dataiku community I am trying to follow this tutorial but I have problems to download the dataiku tensorflow resnet model using macro. I select the option "Download pre-trained model" in "deeplearning image cpu" section and I get the error: Oops: an unexpected error occurred Cannot run program…