-
Using the Dataiku DSS Python API for Interfacing with SQL Databases - Watch on Demand
In most companies, SQL databases are a primary source of data for data science projects. The seamless access to a broad range of SQL databases is a key feature of Dataiku DSS. DSS builds on this capability by providing a Python API for interfacing with SQL tables. This functionality is a boon for Data Scientists who use…
-
UPSERT Sample or statement
Hi, I'm new in Dataiku, I hv 1 new project to perform in dataiku which need to do upsert for existing table or dataset. May I know how can I perform the insert/update statment in SQL? Especially on input value from dataset? Let say I have abc dataset with 10 column data, but need to insert/update only 5 from 10 column? How…
-
Run sql recipe with partition dataset
Hello, I need to write a SQL recipe that build a dataset on a specific partition set as a project variable. In my flow i have dozens of recipes that worked this way, i enter the partition ${execution_date} (close to the button run) and it works. For SQL recipe when i give the argument 2022-01-20 the query succeed but when…
-
Dataiku flow monitoring dashboard
Please help to create a real live visual dashboard in power bi where we can see if dataiku flows did run successfully or not. Basically project monitoring/tracking of jobs. I am new to dataiku so not sure how to export the job status data to power bi or SQL
-
Passed Core Designer Certificate exam but I have not received any email with link to certification
Hello, I have passed Core Designer Certificate exam on 29th March, but as of today but I have not received any email with link to certification not it is showing under by academy profile. Please see attached. How much time does it take to issue the certificate? Regards, Shiraz butt
-
Does Dataiku support multi-node GPU environment for LLM features (finetune, serving, etc.)?
Q1 Does Dataiku support multi-node GPU environment for LLM features (finetune, serving, etc.)? If you apply, how do you apply? I want to know if it is supported in a container execution environment and if there is a local GPU. Q2 Also, when I run local LLM as a container execution, the pod runs, responds, and disappears…
-
How to set project variables inside process running on Thread?
Hi there, I am trying to set some project variable using set_variable() method of Dataiku API. But it somehow only runs once. Below is my DASH webapp code snippet for reference - import threading import dataiku import time def start_execution_publish_to_pbi(config_id): try: project = dataiku.Project() variables =…
-
CPU and memory usage and resource utilization
Is there a way we can check CPU and memory usage within dataiku along with resource utilization without integration of external tools
-
Process mining webapp missing features
On the latest version of the process mining solution the "Data Cleaning" or "Step" feature on the webapp is no longer available. Any idea of how to bring this back. Thanks Operating system used: Windows 11
-
Outer Join
I am trying to convert a HIVE SQL that includes a left outer join. I don't see that in a JOIN recipe. How do I add it? Operating system used: Windows
-
Disable Autocomplete in Dataiku webapp Version Control
In Dataiku Webapp, Version Control 's Add Remote Origin tab retain previous entries, posing a security risk of leaking PATs while sharing the screen. Please disable autocomplete in this part.