-
Developer Certificate question
Hello, I am working on Developer Certificate project in order to get its certification. But I am struggling with this error: Error in Python process: At line 4: <class 'ModuleNotFoundError'>: No module named 'make_frames' As far as I know, this was supposed to be imported easily. If I go to the Library Editor, the…
-
Publish and Create New Dashboard not working?
Manufacturing Data Prep & Visualization Quick Start Up to the Create visualizations and a dashboard stage of the Quick Start. When I hit the Publish button I see the following instead of what the example in the Quick Start shows. I'm thinking that hitting the CREATE NEW DASHBOARD button should have given something like the…
-
Github Copilot on Code Studio
Hi everyone ! I tried my best to find an answer to this and I'm sorry if it's a duplicated question. Is there some kind of workaround to get Github Copilot working on the code studios or a way to link local VS Code to the code-server ?
-
Dataikuアカデミーに登録されているメールアドレス変更
お世話になっております。 表記の通りメールアドレスについてですが、 現在登録済みのメールアドレスから別ののメールアドレスへ変更は可能でしょうか? また、変更が可能な場合方法をご教授ください お手数をおかけしますがよろしくお願いいたします。
-
Schema not imported when adding dataset to project
When adding a dataset to a Dataiku project, the schema didn't load and it is producing the error: Invalid argument An invalid argument has been encountered : Invalid number of columns in query (15, expected 0) SELECT * FROM "XXX"."XXX" LIMIT 10001. Please check dataset schema when trying to explore the dataset. Operating…
-
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…
-
Issue with get_connection in Python Endpoint for Snowflake – API Node
Hi all, I'm currently working on a Python endpoint in Dataiku API Node, where I need to dynamically generate and execute SQL queries against a Snowflake connection. These SQL queries are generated via OpenAI, so I cannot use a predefined SQL endpoint (as those require fixed queries). I followed the official Dataiku…
-
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…
-
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connec
In my Dataiku UI, I created two Python environments under Code Envs: One for Python 3.12 One for Python 3.9 Each environment installs the Python libraries listed in “packages to install” by retrieving them from repositories hosted on an Artifactory. I imported the Artifactory certificate into the keystore of my Dataiku VM…
-
한국 신한은행 고객 문의 사항
데이터 이쿠 설치 버젼 : 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 가 없으면 사용이 불가능 한지에 대해서…