-
Getting Help - Start Here!
We have created resources to help you navigate to find the assistance you need. In you can find a description of the many sources of support open to you including: * The Community - You are in a great place for help as it is! * DSS Global Search - find answers right within Dataiku DSS itself * Your Internal Community -…
-
Can we install Dataiku in Openshift ?
Can we install Dataiku in Openshift ?
-
How to get metrics (jmx, prometheus, etc) for Dataiku DSS ?
From what I can get from the documentation at DSS does not export metrics via prometheus, or JMX. The only thing it can do it's to export metrics to Graphite/Carbon server. The documentation does not mention what metrics are actually exported either, so for me it's hard to tell if it's even worth it to go all the trouble…
-
How to integrate GPU from an external instance to my actual Dataiku instance
Hi I am currently running Dataiku DSS in AWS EC2 and I have a common use instance type where it is running. Due to some proyects and proposals I am required to use GPUs to accelerate the process of training models, and I have an accelerated computing EC2 instance that I want to use for this new proyects, but migrating all…
-
custom dataiku install on linux reverse proxy
I set up the proxy like this after I finished installing the dataiku, but the homepage won't open. Where did I go wrong with the nginx setting?
-
Snowpark - Error in writing using pandas
Hi, I am getting the following error when trying to convert snowpark dataframe into pandas dataframe. Snowpark dataframe and processing works well. Conversion to pandas to store the data causes the below problem ERROR:snowflake.connector.ocsp_snowflake:No CA bundle file is found in the system. Set REQUESTS_CA_BUNDLE to the…
-
Guidance on Integrating GPU Instance with Main Dataiku Instance and Potential Alternatives
Hello Dataiku Community, We’re currently working on a project where we require GPU support for intensive training tasks. Our setup includes a primary Dataiku instance that is already configured and running in our AWS environment. To handle the more resource-intensive parts of our workflow, we’re exploring the option of…
-
How to resolve permission error related to DeepFace in Dataiku?
I am using DeepFace library in Dataiku. When I write code in Jupyter notebook and try to import the library, I am able to do it. But when I try to export it as python recipe and try to execute the same code it's not working. It gives me Permission Error. How to resolve this?
-
Configure Windows OS in Dataiku
Hi Dataiku Team, I have a new requirement to track Windows file logs using Dataiku. Our development team has implemented code that generates logs on a Windows server, and I need to set up a connection in Dataiku to access these logs from my system. Could you please guide me on how to establish this connection and…
-
Could Fleet Manager and DSS do Cross-Region Backing up in AWS?
Hello, Has anyone used Cloud Stacks for AWS to build a Fleet Manager and DSS instance for cross region backups? For example, we have FM and DSS hosted in AWS region “ap-northeast-1” and we want to keep these snapshots in “ap-northeast-1” but automatically transfer them to “ap-northeast-3”. Looking at the Fleet Manager…
-
XGBoost error
Our solution: Dear Abhinav, The issue you're encountering seems to stem from the missing `libomp` library, which is required by XGBoost on macOS. Let's walk through a possible resolution: Steps to resolve the missing `libomp` issue: 1. Install OpenMP (libomp): On macOS, you need to install `libomp`, which provides the…