-
How do I reach Sales to ask a pricing question
I've done the "Contact Us " thing twice now over the last two weeks and still not heard from anyone. Does the Sales department still exist at Dataiku?
-
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…
-
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…
-
where to find confusion matrix, ROC, Accuracy and other in standalone evaluation recipe results
Operating system used: windows
-
How to get information about jobs' CPU and ressource usage?
Hello, i need to make a repport about all the jobs and all the scenarios running in dataiku and i was wondering if there is a command that will allow me to have informations about the ressources used by every one of them. And if not is there another way to gather these informations?
-
My dataset gets wiped (seemingly) periodically
Hello, I've been working with Dataiku for a few months, learning all about it. I created a flow to forecast upcoming values, from historical data. The method I used to import this historical data into Dataiku was: I created a Google BigQuery dataset → I put the SQL query in it → Loaded all the data → Synced it into another…
-
How to calculate percentiles of a column suppose amount starting from P1 to P100 by Segment
How to calculate percentiles of tran_amt starting from P1 to P100 by Segment Operating system used: Windows
-
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…
-
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 =…
-
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