-
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…
-
The ability to chain recipes without enforcing input/output datasets
Hi all, Something I do a lot in DSS is build flows that chain together SQL, python and R jobs. Often these jobs are writing to a database as part of their operation. In these use cases I simply do not need an input or output dataset and I find myself creating endless dummy outputs simply for DSS. I think it would be a…
-
From Stranded GPUs to Governed Inference: Dataiku and NVIDIA Run:ai for NVIDIA NIM at Scale
By Shashank Gaur, Solution Architect at Dataiku, Nate Kim, Field Engineer at Dataiku, Guy Salton, Solution Architect at NVIDIA & Vineeth Kalluru, Solution Architect at NVIDIA From Benchmark to Production: The Last Mile for NVIDIA NIM Deployments Recent benchmarking from NVIDIA and Nebius made one thing clear: fractional…
-
Allow nested flow zones
Hi, I use flow zones a lot and appreciate the value. Why not extend the capability and allow nested flow zones, i.e. a flow zone within a flow zone? thx
-
Dark Mode
Every developer needs a dark mode A dark theme for the flow, datasets, and recipe configs would go a long way toward making Dataiku fit into workflows that involve many other dark mode tools. Dataiku is definitely very bright when swapping from other tools which operate in dark mode. Extensions like Dark Reader do a pretty…
-
Enhance the Files in Folder dataset to allow filtering for the latest files
The Files in Folder dataset is an extremely useful built-in dataset that allows Dataiku users to quickly load a bunch of similar files all at once. While very powerful it could even be better if it could be enhanced to add the capability to select the lastest file without having to write a Python recipe. It is currently…
-
Properly implement support for Building Flow Zones in Scenarios and the Dataiku API
In Dataiku v12.0.0 a new feature was added that allows users to build flow zones from the flow UI: https://knowledge.dataiku.com/latest/data-preparation/pipelines/tutorial-build-modes.html#build-a-flow-zone This works well however this capability was never added properly to Scenarios and to the Dataiku API. In 12.1.0…
-
How to clean the Notebook Kernel's list ?
Hi everyone ! I'm working on cleaning up my Dataiku instance before a version upgrade. When I use notebooks, I have a very large number of available kernels, many of which are obsolete. Do you know where I can clean up this list? Thank you. Dataiku version used: 13.2.4
-
AWS環境において、DSS起動時にSSL関係のエラーが発生します。
現在AWS環境上にて、Dataikuの環境を構築しております。 本日FleetManagerからDesignノードを起動したところ、以下のエラーが出力されました。 "error": { "errorType": "<class 'requests.exceptions.SSLError'>", "message": "HTTPSConnectionPool(host='download.microsoft.com', port=443): Max retries exceeded with url:…
-
Ability to terminate a custom Python scenario step with a Warning
We would like to have a custom Python scenario step generate a warning based on custom code logic. Generating a step failure is easy as we can just abort the step (as shown in this link) or just raise an exception in Python code. However there is no option to end the custom Python scenario step in a warning outcome. The…