-
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…
-
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 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…
-
how to define helper in python code in Dataiku project
In Dataiku project I've got python code - but I need also to declare additional python code that will be than used like library from HelperLibrary.library1.codev1 import testprocessing Is it possible? Operating system used: Windows Operating system used: Windows
-
Timeseries forecasting with GPU / cuda 11
Hello, I am now trying to train a model with timeseries forecast by using GPU. OS: Ubuntu 22.04 Installed with apt-get on OS: libcudnn9-cuda-11 cuda-toolkit-11-8 libnccl2 I then created a new python env : when i use that environment in the model, I can see at first that it's fine since it shows me my GPU card : but when I…
-
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
-
Can I use python to read Excel files without openpyxl
I have no permission to install openpyxl in my organization, is there a way to read Excel files in python?
-
How to Run Daily-Parameterized Flows in Parallel Without Global Variable Conflicts in Dataiku?
Hello, This is a question about executing the same Flow in parallel. I have a Flow that is designed to process data on a daily basis, and several recipes within the Flow refer to a project-level global variable called Job_Date. Each daily run takes about 30 minutes, making it a long-running Flow. Now, I have a requirement…
-
Isochrones limitations
Hello, I tried to use Isochrones (geo-router plugin) to scout for potential customers around our sites, but it looks isochrones are limited. I ideally woudl have like to get isochrones of 3 hours aorund our sites, but already if i set 1h, I don't get any result. For isochrones of 45 mins, they get calculated within 15…