-
Can Dataiku Cloud Stacks / Fleet Manager Use RHEL Instead of AlmaLinux?
Hi, I have deployed Dataiku DSS on AWS using both: Cloud Stacks with Fleet Manager Custom Dataiku installation on Linux For a custom installation, RHEL is supported according to the Dataiku documentation: https://doc.dataiku.com/dss/latest/installation/cloudstacks-aws/guided-setup-new-vpc-elastic-compute.html…
-
Column appears correctly on Prepare preview, but it's blank in the output
I have a column of integer values that were rounded in another prepare, previous to the one I'm having issues with. For some reason, no matter what I try, these numbers are never carried out to the output dataset, although, in the Prepare preview of the dataset, the steps are executed correctly and it displays exactly the…
-
Hola Por favor, dime todos los pasos necesarios para instalar la última versión de Python, es deci
Hola Alguien puede decirme los pasos necesarios para instalar la versión de Python, 3.9.6 en Dataiku DSS launcher Lo necesito con urgencia. Gracias de antemano, Dataiku version used: Dataiku DSS Version: 14.4.2 © 2013-2026 Dataiku SAS – All rights reserved
-
Multi-Task Feature
Hi/Hello from Matraman Indonesia. I’m trying to understand whether Dataiku Visual ML currently supports a true multi-target prediction task beyond multi-target regression. From the documentation, I can see that Multi-target Regression allows multiple numerical targets. However, I’m wondering about a case where I have…
-
Marimo Notebooks Integration in DSS
I'd like to propose the integration of Marimo notebooks alongside the existing Jupyter notebooks in DSS. Marimo is an innovative notebook environment that addresses several limitations of traditional Jupyter notebooks while maintaining compatibility. Here are some key advantages of Marimo notebooks: Code quality : Marimo…
-
The text value is getting converted to Decimal on applying TRIM fucntion
Hi, there is a column called vehicle_name with data type TEXT. I applied TRIM function as a primilary DQ check, and the value is getting converted to Decimal. Please find the attached screenshot for your reference. Text value: 22000996D Decimal value: 2200996.0 Dataiku version used: 14.7.3
-
Default folder for project creation not applied to PROJECT_CREATOR macros.
Created a project creation macro (macroRoles: [{"type": "PROJECT_CREATOR"}]) that when is invoked from the central "New Project" entry point, in the DSS home page, does not appear to respect the instance's configured 'Default folders for project creation' rule (Administration → Settings → Themes & Customization), even…
-
SMTP - Is it possible to decrypt password stored in messaging-channels.json for SMTP channel?
Hello Dataiku Community, For sending e-mail messages from Dataiku DSS 12;6.1, we're using a configuration SMTP TLS in Administation - Settings - User Experience - Notifications & Integrations and we set the host, port , login and password in Messaging Channels - Mail (SMTP) channel but the password is not viewable in the…
-
Python library xlwings substitute in DataIKU
I am trying to do some modification in a .xlsm file inside a 'managed folder'. This .xlsm file has macros, as well as, shapes in it. I am using function load_workbook from the library openpyxl, but the documentation clearly says: Warning: openpyxl does currently not read all possible items in an Excel file so shapes will…
-
List Accessについて
以下のリンクにあるList Accessに関連する質問です。 https://doc.dataiku.com/dss/latest/other_recipes/list-access.html List Accessレシピを利用すれば、EntraIDとDSSのマッピングを行い、EnrtaIDの権限に応じたSharePointのファイルを閲覧できると理解しました。この機能を用いてRAGを作る想定です。 1)もしList Accessの実装がもし漏れた場合、作成したRAGに権限マッピングができず、利用者が権限の高い機密情報を参照できてしまう恐れがあります。 これを防ぐ仕組みや権限制御方法はありますでしょうか。 2)Manual mapping…