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 …
Hi, I went through the community and I couldn't find a solution for my issue when I try to import excel files from SFTP using python recipe: I'm using the following code: import dataikuimport pandas a…
The https://doc.dataiku.com/dss/latest/operations/monitoring.html#concepts documentation describe how to push DSS metrics to a graphite server. However, is it possible to push metrics to an existing p…
Is there a way to * query the number of waiting activities due to insufficient slots i. at any given time ii. Historically? * differentiate an activity in waiting status because it’s awaiting an upstr…
Resource management & Scaling horizontally with Kubernetes Given that activities within the same job run as threads within the same JEK process. How do you size the Kubernetes pods accordingly? A job …
Under My Settings is an option to allow or disable various notifications (user log in/out, edit of watched objects, etc). However, the appearance of these notifications in the bottom right corner of t…
Hello, While accessing a DSS instance through the API, I am able to retrieve the node name ('nodeName' in the data returned by the "get_general_settings" method of DSSClient) but I can't find neither …
Hi i hope you doing well , i have a binary classification of two classe 0 and 2 and when i test my model on another dataset i get 3 columns in the output : the probability of being 0 (proba_0) , the p…
Hi, is there a way to limit the log size when running a job? Sometimes we run a job and that fails. When this happens all temp data and logging is stored which leads to disk space issues. In no time l…
As a follow up to https://community.dataiku.com/t5/Setup-Configuration/Feature-request-Monitor-memory-usage-per-scenario/m-p/1823#M322, it sure seems like this has been implemented via https://doc.dat…