-
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 -…
-
Is it possible to disable attachment function in scenario [Send message] [Reporters] setting?
as subject, this is to control security for data delivery. Thanks.
-
Where we can modifiy configuration for audit.log files
Hi everyone, As stated in the title of this post I am trying to find out how to modify the initial configuration of the audit.log files. By default, we keep 20 files of 100Mb and I wanted to know if it was possible to modify for example the number of files to increase it to 40 (for instance)? I have not found any…
-
Retrieval Augmented Generations Tutorial Question
In the tutorial Tutorial | Use the Retrieval Augmented Generation (RAG) approach for question-answering There is prerequisite section that says the following: A compatible code environment for retrieval augmented models. This environment must be created beforehand by an administrator in the Administration panel > Settings…
-
PYSPARK_PYTHON environment variable issue in PySpark
Hi I am facing below issue for PySpark recipe. Exception: Python in worker has different version 2.7 than that in driver 3.6, PySpark cannot run with different minor versions.Please check environment variables PYSPARK_PYTHON and PYSPARK_DRIVER_PYTHON are correctly set. I have set the environment variables using…
-
Reverse Proxy Configuration
We are trying to setup reverse proxy. Below code is useful but not sure where to put this code? What is the configuration file under which this code should be kept? As DSS comes with nginx embedded in it, I am not able to find the directory in which the nginx related files lie. # nginx SSL reverse proxy configuration for…
-
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…