-
Re: Folding Array with Index
Hi, I would create a Python (or R) recipe to do that... I think that with the Formula action you can only interact with columns (in each row) but not with rows :(1 · -
Re: How to automate uploading local files to Dataiku dataset?
Hi Frank, You should do a Python Custom Recipe in a plugin or scenario (I use to do it in scenario), with something similar to: import dataiku from dataikuapi import SyncRecipeCreator from dataiku.sc…1 · -
Re: Multiple outputs in a single Python recipe are only writing data from the first dataset
Hello again rtaylor, Maybe you can try one thing: if you have got just 1 recipe go to Advanced and set Concurrent activities to 1. It seems like accessing DSS generates one thread for each output dat…1 ·