-
Mismatch in random ports for notebook kernels
When I try to use the notebook kernels in containerized environments I get different ports stored in DSS and in the kubernetes pod is that normal? The file jupyter-run/jupyter/runtime/kernel-c234fbb1-84dc-44ad-a18e-7ad0aff81702.json shows different ports: { "shell_port": 51875, "iopub_port": 38011, "stdin_port": 35689,…
-
Storing and Retrieving Embeddings in Knowledge Bank via Python
Hello Team, I hope you are doing well. I am currently working on a project in Dataiku 13.1.2, where I am generating embeddings using LLM Mesh in Python code. At present, I am storing these embeddings in a PostgreSQL dataset. However, I would like to store them directly into a Knowledge Bank using Python code. Key…
-
Using a variable or not depending on the scenario
Hi guys, I have a flow with 2 different scenarios. I have one variable v_idproduct used in a post filter join recipe in a sql code (id_product IN v_id_product). In each scenario I have a different list of id products. I want to modify one of the scenarios so that this filter is no longer applied, allowing all product IDs…
-
How to get relationships between flow zones and the datasets
What functionality exists to show the relationship between flowzones. Say we have 42 flow zones with an average of 50 datasets each. Is there a way to summarize the relationships? I am interested in seeing stuff like: Which flow zones have the same color. Which flow zones have datasets that feed into other ones? Which…
-
errors for recipe which contains two outputs, Dataset and managed folder
Hi Everyone, I started facing an error since today for recipe which contains two outputs, one Dataset and one Managed Folder. Do we know what changed in the recent Dataiku update for this?
-
How to Create Clickable Jira Issue Links in HTML Emails in Dataiku Scenario
I am working on automating the generation of email notifications within Dataiku, where the email body includes a table of Jira tickets. Each ticket has an "Issue Key" which I need to display as a clickable link in the email. The URL format for each ticket is: https://adsretailjira.atlassian.net/browse/{ISSUE_KEY}. I…
-
Chrome binary not found inside dataiku instance
hello, i am trying to use the function to use chrome so the user can logging to a website one the user logs in a web scrapping code will be executed however when i run the function i have this error ? are we allowed to call a chrome login inside dataiku instance ? Chrome binary not found at /usr/bin/chromium-browser
-
I am having a strange error, how to solve it?
On optimization>Initial learning field I put 0.0001, but the system was showing error. I tried 5640,5638, 100,1000. All shows the same error. Please help
-
Sending Custom Email Notification for Empty Datasets in Dataiku Scenario
Hi everyone, I have a scenario in Dataiku where I am running step by step one flow and there I need to check four datasets. If any of them are empty, I want to send a custom email notification to users mentioning which datasets are empty. Additionally, the process should continue only if at least two datasets have…
-
How to create a conditional table in dataiku after flow is successful
Once the load of table is done and flow is successful add "1" to table value indicating load complete.