-
한국 신한은행 고객 문의 사항
데이터 이쿠 설치 버젼 : 14.0.2 OS : RHEL 8.10 1. VS Code Studio Dataiku 에서 제공하는 기능 중에 visual code studio 를 webapp 처럼 deploy 해서 사용 하는 기능을 docker 환경에서도 사용이 가능한지요 13.5.2 , 13.5.4 , 14.0.2 이렇게 세개 버전에 대해서 설치 하고 확인 했으나 kubernetes pod 을 띄우려고 하는 로그가 나오고 있어서 docker 환경에서는 실행이 안되는것 같습니다. 버전과 연관성이 있는지와 kubernetes cluster 가 없으면 사용이 불가능 한지에 대해서…
-
Please, use Marimo Notebook as replacement Jupyter Notebook
This is not a question, but more like opinion and/or feature request. Marimo Notebook definitely would be a perfect match for DSS rather than dataiku, you don't need to convert python recipe to a jupyter notebook, back and forth when editing it, the notebook is really git friendly since it is literally a python script…
-
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…
-
Custom Agent Dynamic SELECT Param
Hello Dataiku Team, I am creating a custom agent, and I am trying to add a python script for the SELECT parameter, but it is not working. Here is what I have in my agent.json: Here is how my tree looks like: And the compute_llm_choices.py is like this: Please, could you spot any reason why this is not working from the…
-
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…
-
Dataiku Answers can't find 'langchain' module
Hello, I've made an Visual Agent with several tools, but when I go to run a Quick test, I get the following error: ``` { "ok": false, "errorType": "ERROR", "errorMessage": "Processing failed, caused by: RequestFailedException: java.io.IOException: Fetching descriptor from Python tool failed, caused by: ExecutionException:…
-
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.
-
what is the instance Authorization level for getChoicesFromPython or shared Managed Folders?
I have a python recipe that is simply pulling from a managed folder from a different project and loading the files as choices into the plugin UI. Come to find out that other Data Scientist permission level users do not have access to select something from the dropdown. that being said I've looked into permissions, I am…
-
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…