-
Guidance Needed: Building a SQL Chatbot in Dataiku
Dear Dataiku Experts, I’m working on a Dataiku project where I want to enable natural language interaction with a production SQL database — essentially, a chatbot I call the “Production Analyst.” The idea is that a user can type queries in natural language, and the chatbot will interpret them to perform production…
-
Is it appropriate to display a "public" web app from Dataiku on a retail website?
I have never really exposed Dataiku web apps in “Public” mode, i.e., open from the instance. Dataiku seems to make it clear that this is not very secure and that the service could be compromised if someone finds its URL. However, I need to expose a web app quickly on my website, so I'm wondering what the risks are of…
-
Is there a way to change bar width for a chart?
I feel like I'm going crazy trying to find something that seems like it should be a simple formatting option. I'm making a dashboard that has a lot of graphs like the one pictured, with lots of stacked bars. For some reason, these seem to be as skinny as possible and I can not for the life of me figure out how to change…
-
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.
-
Use pickle to create API service
i have python code recipe that already create the pickle model and save the pickle to filesytem_folder and already in scenario for weekly pickle update. then i want to create api that use this pickle to classify. i use Custom prediction (Python) for Endpoint type and set the Working folder (optional) to the…
-
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…
-
Missing +Add In button
I'm a new user in the Excel to Dataiku Quick Start Tutorial. I've downloaded the Excel workbook. I'm on the Flow screen and the picture and screen look exactly the same with one exception - the + Add In blue button in the upper right side of the screen is missing. What do I need to do to have the button added to the screen…
-
Dataiku Outbound IP Address Control - Proxy or Otherwise?
My team works with a data supplier that requires a white-listing process for IP addresses. When we attempt to use Dataiku to fetch the data our IP address associated with the call occasionally changes. We have access to a proxy IP address system, and we have made requests through the proxy to the data supplier when we run…
-
Failed to create Tutorial - v13.4
Hello! I am trying to create tutorial: Core Designer → Create Your First Project. However, I keep receiving error: I also tried to download the tutorial from and import it, however I am receiving this error: I also tried creating tutorial via Chrome and Edge, both did not work. Could you please help me? Thanks!
-
DB上にテーブルが乱立するのを避けたい
DSSでレシピを実行すると必ずデータセットの指定が必要になり、レシピ数分のデータセットが作られることになります。 最終的な処理結果として不要な中間テーブルが残存する形になり、複雑なフローでレシピ数が増えてくるとDBのストレージを圧迫してしまいます。 中間テーブルをビュー化する、中間テーブルを作成せずに連続してレシピを実行するなどの解決方法などはありますでしょうか。