-
Defining a variable before scenario starts
Hello everyone! This past week, I've been working on a project where I've implemented a scenario reliant on database modifications. However, the issue is encountered when you need to redefine the same variable every time the scenario runs. This process involves loading a huge dictionary and AI models, consuming 2-3 minutes…
-
Conditionnal formating - Dashboards
Hello, I would like to add some colurs into published dashboards of my project. For instance, if the number is equal to 0, the cell should be highlighted in green... Does someone know how to do that ? Thank you !
-
Importing code from Git in global shared code
I noticed that it is now possible to sync per-project libraries with a git remote, however I did not see the feature for the global shared code folder. Is it a bug or you wouldn't recommend to sync the global shared code with a remote?
-
How to unzip files in a remote Managed Folder (as Azure File Share) using python?
I have zip files in a remote Managed Folder (as Azure File Share) and I need to unzip these files using Dataiku (Python) in this same folder to proceed with the flow. However, I was not able to do it following the examples showed in the API documentation (Managed folders — Dataiku DSS 12 documentation) Is it possible to do…
-
Torch backend for visual deep learning
Hi, As of now, "visual deep learning" interface implies that the model must use keras, and is forced to a tensorflow backend. Keras can use other backends, such as torch (About Keras 3) ; following this article I ran into various issues, leading me to believe that it is not supported by dataiku at the time of writing. Is…
-
Flag bank holiday
Hello Dataiku community, do you know if the bank holiday flag will work for the coming years (2, 3 years)?
-
Subprocess failed to connect, it probably crashed at startup. Check the logs., caused by: SocketExce
Hi, while training LSTM time series model using the blog https://gallery.dataiku.com/projects/TIMESERIES/flow/ I am facing the below error. 1st question. ``` Training failed Read the logsSub process failed to connect, it probably crashed at startup. Check the logs., caused by: Socket Exception: Socket closed``` 2nd: How…
-
How to create a sequence number
I have a table with four 3 columns, date, color and time. Im trying to create some kind of sequence field that takes into consideration the first time the color was seen on a specific day. Ex. green was seen on 4/24 at 15:00 and again on 4/24 at 15:30 and again at 15:45, because 3 is the earliest I want that sequence…
-
Writing Pyspark dataframe to partitioned dataset
I am trying to write the output of a pyspark recipe to a partitioned dataset, but I am receiving an error. Py4JJavaError: An error occurred while calling o261.savePyDataFrame.: com.dataiku.common.server.APIError$APIErrorException: Illegal time partitioning value : 'null' with a MONTH partitioning This is how I am trying to…
-
DATAIKU APPENDING DATA ITSELF
Hi, I am using an CSV data in my flow an my data duplicates itself after many plugins and data appends itself (DOES NOT OVERWRITE) when i Run Fuzzy Join with strict equality steps. Also I have used a demo data (CSV file) before and I changed it now, however i still see same data from demo in every plugin, (Clear data…