-
How to connect to multiple database on single connection
Hello, We are currently configuring our connections and were wondering if it was possible to configure connections to access multiple databases? We have multiple databases, each with a large number of tables on a single server, but we don't want our users to have to maintain a large set of credentials. Is it possible to…
-
Python recipe failing in a Python env
Hey guys! I set a Python env in order to install specific packages, but the following recipe is failing when executed in such an env: import dataikuimport pandas as pd, numpy as npfrom dataiku import pandasutils as pdu# Read recipe inputsdf_train_asis = dataiku.Dataset("df_train_asis")df_train_asis_df =…
-
Dss running Out of memory too fast
Hello ! I'm currently working on a DSS instance, having fun building data piplines, but it's running out of memory after 2hrs. DSS is installed manually on a docker image. We tryed several setup with 'xmx' configuration but we ends-up with many idle processes (~20 jek) that filled our allocated memory. The number of jek is…
-
Running Scenario with Reader Profile
Hi All, Any idea if we can use Reader License just to trigger a scenario or recipie? We want certain users to just have access to view jobs and if it gets failed to manually trigger them. They shouldnt have any access to edit recipies or data. Operating system used: Windows 10
-
Project Folder Permission to view projects
Hi All, It would be very helpful if anyone can help me with this scenario. I have a project folder created to a specific team. I need all users who are tagged to a group added to this project folder to have access to view all projects created by any of the users who are tagged to this group. I am aware that there is an…
-
Upgrading to latest version in MacOS Ventura
Hi, so I was running v12.1.3 and wanted to upgrade to the latest version. The documentation said that all I needed to do was to go to https://www.dataiku.com/product/get-started/mac/ and let the "Dataiku’s Mac launcher application that will assist you in installing and updating to the latest version of Dataiku DSS as soon…
-
Customize sheet name
Hi, good day. When I export an excel.xlsx folder from Dataiku the default name of the sheet is "Sheet1". Is it possible to customize this name? In my case I need to change it to "Export" so that I'll not break the automatic flow that I already use. Thanks.
-
Installing "survival" in R on Dataiku 10
Hello, I'm unable to install the latest version of the survival package in my R environment. The current installed version of R is 3.6 which is compatible with the newest survival package (as per CRAN - Package survivalAnalysis (r-project.org)). The currently installed version of "survival" that Dataiku auto installed is…
-
How to check if push_container_exec_base_images() succeeded
Hi, I was looking at using push_container_exec_base_images() in connection with some other steps to work on building and updating some base images for Dataiku using the Python API…
-
Base Image for containerized execution
Hi All, DSS 12 made the switch for the base OS to AlmaLinux. The logs on the fleet manager seem to indicate that the base image for containerized execution is still centos7. Is that correct? What are the plans/timelines to update the base image if indeed we are still on centos7 that is fast approaching EOL? Thanks, Yash