-
Cannot use a managed folder as an input of a python recipe created from python code using builder
Hi team, I currently encountered an urgent issue with our project automation pipeline. In a Python code recipe, I used builder to create a new python recipe, and have added a dataset as input, 3 new datasets as output. In order to save some model objects to a managed folder, I need to add an existing folder "Pickle_Files"…
-
Executing a .exe in dataiku dss
I have a folder of data which can be converted to a desired format using a .exe application. The input data and .exe isgiven by 3rd party. How can I do this in DSS? Operating system used: Cloud
-
Creating FTP Datasets
Hello Dataiku Community. I am connecting to an FTP folder to build a dataset. The data I got is the union of all the data in all the files in that directory. What I want is to process only the new files coming to that directory. I was looking at the advanced options but I couldn't find any documentation about the…
-
How do i create a categorisation model for a reviews dataset
Hi there - new to dataiku, Lets say i have an excel sheet of 2 columns where one has app reviews and the other has dates they were posted. Is there a video tutorial anywhere or example where i can create a model to categorise the app reviews into categories eg) ux/ui problem or customer service problem as well as include…
-
Output of Python Recipe Embeddings Not Writing With a Comma Delimiter
Hi, I am using a python recipe to get embeddings from my text features in Dataiku and everything worked out fine, but the embeddings did not come out with comma delimiters when I write the output to a dataframe. I needed that format to perform a similarity search on the dataframe. Does anyone knows a way around this?
-
Prepare recipe: the preview is full of data but the results are empty
Hello Community, I am actually helping one of my team work on preparation of data with: - Prepare recipe (running in Partially in database) engine. (Due to multiple data connections) - with some simple script elements (parse data, extract data componants) the preview is as it is as you can see the data is present in the…
-
Dataiku Online Users What databases do you use?
We are considering a migration to Dataiku Online. To All Dataiku Online Users What database do you use with your Dataiku online instance? How much data are you loading into that data? How do you find the setup? Operating system used: Mac OS Senoma 14.4.1
-
Using the chart functionality for a dataset from data warehouse
Hi, I have a table that resides in data warehouse. Once I create a connection to that table in Dataiku, I would like to directly explore the data without doing any additional processing, so I was hoping to use the "Chart" tab available when I double-click on the dataset. I had initially selected the option "In-database"…
-
XML Parsing= > Python recipe
Hello, I would like to get a Python recipe to upload easily my XML file in Dataiku. If anyone as this magic recipe, I would appreciate Many thanks
-
How to export a saved model, as zip file, in a managed folder?
It would be great to have some help from the community: "How to export a saved model, as zip file, in a managed folder?" It seems like that I need to do it two steps: # Step 1: save the model as a zip file at the instance where the current project is running # Step 2: upload the zip file from the instance location to the…