-
Dataiku to Greenplum: Performance Lag on Large Data Loads & Batch Read Control
Hello, During a Proof of Concept (PoC), we're experiencing performance degradation when loading 20 million rows of data with 500 columns into GPDB (Greenplum Database). We've observed in the Dataiku logs that it continuously reads data in batches of 2000 rows. We're looking for a setting to adjust this batch size. We've…
-
Visual Agentにおける実行ログであるtraceの取り方について
お世話になっております。 Visual AgentにおいてDataiku社組み込みのToolとCustomToolの両方を使用しています。 Visual Agentはtraceと呼ばれる実行ログで情報管理していると理解しています。 組み込みToolを実行した得られた結果をCustomToolに連携するためにtraceの内容を渡したいと考えています。 しかし、以下のリンクを参考にコードを書きましたがToolの中で想定と異なるtraceが取得されます。 Agentがその時点で持っている情報を記載したtraceをCustom Toolで取得する方法を教えていただきたいです。…
-
waiting period for exam retake of dataiku core designer and ml practitioner
what is the waiting period for exam retake of dataiku core designer and ml practitioner
-
Neo4J Connect through SSO
Hi! Is there a way to connect to Neo4J using SSO? We are currently investigating the corresponding plugin but the sign-in is only available through a username-password pair. Thanks in advance for any help!
-
dataiku library messagesender Email CC
Hi All, I am trying to use the MessageSender to send some emails in custom recipes. I was hoping if there is a way to pass the CC email list in the send function Please do let me know if there any suggestions or alternatives from dataiku.core.message_sender import MessageSender s = MessageSender(channel_id='SMTP',…
-
how to turn on chart zoom in&out feature in dashboard
Hi community, When I plot chart, there is a nice feature of zoom in&out by date (in the bottom of the chart), as shown below. However, when I publish the chart into dashboard, it seems that this feature is dropped by dataiku (see below chart). Is there a way to turn on such timeline/date zoom in&out feature in dashboard…
-
How to extract rows flagged by a custom Python rule in the Data Quality tab ?
Hi everyone, I'm working with Dataiku DSS version 13.5, and I'm using the Data Quality tab on datasets to define validation rules. When I use standard rules (e.g., missing values, uniqueness, etc.), I can easily export the rows in error. However, when I define a custom Python rule, I can see the column status marked as…
-
Load Balancer IP Address
I'm working with my DKU platform (running in Azure) to configure my kubernetes cluster with the goal of ensuring my load balancer node runs with the same IP address every time - e.g. 10.1.1.100. My AKS plugin configuration has a node pool named API-LoadBalancer. It has one node and does not autoscale. The admin panel's…
-
Error while importing project to DataIKU: java.lang.IllegalStateException
Hi All, I am trying to import a project to DataIKU but getting below error - "Oops: an unexpected error occurred java.lang.IllegalStateException: Expected BEGIN_OBJECT but was BEGIN_ARRAY at path $, caused by: IllegalStateException: Expected BEGIN_OBJECT but was BEGIN_ARRAY at path $ Please see our options for getting help…
-
Sync Recipe from Redshift to Oracle RDS
I am trying to replicate a table in Redshift to a table in Oracle RDS using a sync recipe. I am getting the correct number of records created in the target Oracle RDS table, but all of the fields are empty (null). Operating system used: Linux Operating system used: Linux