I checked the R functions here : https://doc.dataiku.com/dss/api/11/R/dataiku/reference/ and it has only dkuFlowVariable where we need to specify the name of the variable. I was wondering if we could …
I have an Excel file in a managed folder, I can't read my file using : data <- dkuManagedFolderDownloadPath("dsdsJk", "file") Even using the different options of as = : "raw", "text", "parsed" I get n…
Is it possible to develop models in R using Dataiku native tools, such as the lab? Currently, we are developing models in R, and our downstream process is heavily dependent on R. We are planning to mo…
Hi, I'm facing the above mentioned error when I'm trying to access a dataiku managed folder of this project which is connected to a sharepoint location. The line of code used to access the folder is a…
Is it possible to access to Linux Machine if Dataiku was installed through Fleet Manager? I want to solve I problem that I had installing an R package (RODBC). Error: configure: error: "ODBC headers s…
I was wondering if Dataiku or organizations utilizing Dataiku have any best practice recommendations regarding code environment management. In our organization, every user has the ability to create co…
Does anyone know the purpose of the "Resources" section in the libraries tab in a DSS project? How can I leverage this feature and what is a good use case for leveraging it? Here is the general URL li…
We're working on a project utilizing an R notebook with some very large datasets and are wondering what the recommended approach is for working with a dataset that does not fit into memory. We are big…
Hi! We face problems in R notebooks . It might be related to Dataiku version upgrade or modifying active Jupyter extensions because this was our recent activity. Now notebook usually crashes after som…
Is it possible to connect Dataiku to either Azure Data Lake Store Gen 1 or Gen 2 data? I see from the documentation that Azure Blob Storage is support but see no mention of ADLS. Operating system used…