-
Is learning Dataiku a competitive advantage for aspiring data analysts/data scientist ?
I’m Mugesh — an aspiring Data Analyst currently exploring Dataiku. I recently discovered this tool and I must say, its infrastructure and user flow are quite fascinating. As someone working hard to break into the industry, I’m curious to know: Will gaining expertise in Dataiku give me a competitive edge in landing a data…
-
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…
-
ModuleNotFoundError
Hello I am trying to access a python module in my lib in jupyter notebooks. when I try to import config I get the error ModuleNotFoundError This works fine if I do it python recipe. I am using version 13 of dataiku. I have tried restating the Kernel but it does not work.
-
Medallion architecture
Hello, Can we implement a medallion architecture in Dataiku? Thanks
-
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