Is this a known limitation in Dataiku that a List does not download include the Item ID field? When i look at the Schema as well it does not show the ID field.
I have a dataset with a mixture of US zip codes (both 5 and 9 digits long) and some zip codes from Canada, the UK, and other countries. Is there a formula or another way that Dataiku will add in the hyphen for 9 digit US zip codes without impacting the other zip codes?
I want to clarify the difference between Global and Local Variables. I told them the definition from here So, then what's the point of having Local Variables if in Production I'm just going to use global Variables only. Isn't Local Variable redundant to have?
Hi, I’m using a Dataiku LLM connection to Azure OpenAI and I would like to use OpenAI’s built‑in web_search capability (the same one you get when calling the Responses API with tools=[{"type": "web_search"}]). I created a code agent but unable to use the langchain framework to invoke web search with openAI…
Hi Dataiku Community, We are working on integrating Dataiku DSS (hosted on EC2) with AWS services and would appreciate guidance/documentation reference on the recommended approach and authentication practices. From what we know: currently Dataiku DSS is deployed on an EC2 instance (private network) DSS is in a different…
Hi dataiku users, My name is Han, the technical product manager who worked on SQL notebook in DSS. We have shipped some major improvements of SQL notebook for release 14.3 and 14.4, including autocomplate, charts and SQL assitant. If you have tried the new features, we'd love to get your quick feedback! Just a couple of…
import re import dataiku import urllib3 import datetime urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) def get_project(client, project_key): return client.get_project(project_key) def get_datasets(client, project_key): project = get_project(client, project_key) return project.list_datasets() def…
Hi, I'm unable to get SQL autocomplete to work in Dataiku's SQL Notebook when connected to BigQuery.
hello, how can i call agent hub/LLM mesh from outside Dataiku through POST-Man app or python code. Is there any way as API designer service in order to call it. I've read about Rest API but don't understand how to configure it over agent hub and how it's going to be accessible for the external systems Thanks, Dataiku…
How can I perform pattern matching similar to the SQL join with a LIKE operator in Dataiku as below: SELECT Data1 .* Data2.NewName FROM Data1 INNER JOIN Data2 ON Data1.Cust_Name LIKE CONCAT('%', Data2.Contains, '%')
Create an account to contribute great content, engage with others, and show your appreciation.