-
How to prevent users from accessing filesystem files?
I am installing Dataiku on a baremetal ubuntu 22 OS. However I noticed that users can access the root filesystem quite easily by managed folders or jupyter notebooks for example. Is there a way to completely prevent users from accessing any filesystem related files? If so what is the most efficient way to do so? Operating…
-
bloomberg Data Analytics in Dku
Hello, I've Excel sheet having connectors to bloomberg, this typically uses Bloomberg formulas (like BDP, BDH, etc.) to pull data into Excel. Do you know if there is any chance that this is work with dataiku without/with using Excel? Anyone has worked on it? thanks
-
Significant Improvements
I work as a data scientist manager at Pfizer. I have some feedback for DSS. 1. Does not return to the exact location in the Flow - I have a dataset in zoneA and it is shared to another zoneB. - I explore the dataset in zoneB - When I come back to the Flow, the flow focuses on the dataset in zoneA instead. 2. Cannot compare…
-
Disappearing training log
I am training a deep learning model on a Dataiku Notebook but the training has disappeared and I don't why. The output of my training grow up as if the log was "write in white" Operating system used: Windows Operating system used: Windows
-
Code Studio - Not authorized: Not owner of the Code Studio
My friend has created a Code Studio. We are under the same Dataiku project. Are there any settings that needs to be configured in order for me to gain access to the Code Studio?
-
Using dataiku DSS, How to get back to Designer for starting a New Project? Thanks.
Pursuing the Developer Track on the free version of Studio. Mapping my progress along side navigationg the DSS is a bit challenging. I am copying the Lesson onto Note and using another screen to run the exercises. These are quite intuitive for the most part, but with a few hiccups like getting back to the Hope Screen or…
-
Dataiku to Greenplum: Performance Lag on Large Data Loads & Batch Read Control
Hello, During a Proof of Concept (PoC), we're experiencing performance degradation when loading 20 million rows of data with 500 columns into GPDB (Greenplum Database). We've observed in the Dataiku logs that it continuously reads data in batches of 2000 rows. We're looking for a setting to adjust this batch size. We've…
-
Running Hugging Face models in Dataiku
Hi, I am trying to run some hugging face models in Dataiku DSS. The task requires to use an on-premise server where I have some useful GPUs to run these hugging face models. The server has an NVIDIA H100 Tensor Core GPU and I want to know: If Dataiku DSS can be installed in that server, if there are no problems with…
-
How to show total in a stacked bar chart and order by total
Hi Dataiku experts, I have a chart to show actual spend and remains to spend. would like to show total value of each stacked bar and order the bars by total value. I have a workaround solution but visual is not perfect- I added a third dataset Lifetime Total and uncolor the bar, but the result is there is too much white…
-
Run python Recipe with Scenario
Hi, I have a Python recipe that takes two datasets as inputs and provides a dataset as output, now I want to run this recipe with a scenario and run it every day at a specific time. How can I run this recipe? Thanks