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?
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…
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…
Hello Dataiku community, do you know if the bank holiday flag will work for the coming years (2, 3 years)?
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…
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…
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…
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…
Hello, I am confronted in the same problem. I have create a custpm trigger: from dataiku.scenario import Triggerfrom datetime import datetime, dateimport dataikufrom loguru import logger# Run every seconds: 10800 = 3600 x 3 = 3 hourst = Trigger()execution_date = date.today()logger.info(f"execution_date:…
Hello! I would like to display in my frontend images from folder, for example in a <img /> But I can't have the full path because I don't have the folder's path but just its name. I have found a way to download files from a folder but I don't know how to just display it. filename = "img_path" #path with respect to the…
Create an account to contribute great content, engage with others, and show your appreciation.