-
I need a help on how to install python package via pip
Can someone guide me the correct way of using command to process pip install python package . it seems I am not in the way to e
-
Github integration
Hi community, I recently worked on a Git integration in our Dataiku Designer instance and would like to share a few trivial insights here post the resolution with a Dataiku support team member. Shared two helpful references while working on the integration: * Cloning a Library from a Remote Git Repository * Working with…
-
Issues connecting Git to private Gitlab
Hello, I have issues connecting GIT with dataiku. I want to pull and push from a private Gitlab repository. I created and added a ssh key of the dataiku user machine to my gitlab account. I can access the repository from the dataiku user machine. When I try to add it to the library like Import_Git_1.png I get the following…
-
HTTPS issue
How to move my configuration from HTTP for all connections to HTTPS for all connections? In my search to enhance our website performance, I came across an insightful article about web hosting mistakes. Should I apply these techniques? Have they helped us improve website performance?
-
Setting a default output location for any visual recipes in Dataiku
We would like to be able to set a default location for output (Ex: S3_Prefix) Would like to be able to set this at a team level. Have not seen any documentation that would indicate this is possible. If this is not available, I would like to request a feature enhancement for this capability. As the admin, I have encountered…
-
Snowflake No Active Warehouse error fixed by partitioning
We received an error when attempting to connect to a Snowflake table that essentially said that there was no active warehouse selected in the current session. This was remedied by selecting "Activate Partitioning" in the dataset settings. Can you please explain why that would fix it?
-
Spark process with kubernetes not running in DSS
I am trying to configure the usage of kubernetes in DSS, specifically to attach a cluster of Azure Kubernetes to my DSS instance. I have done all the steps mentioned in the documentation(Initial setup — Dataiku DSS 12 documentation), I already pushed the base image, opened the ports 1024 to 65535 to the kubernetes cluster…
-
Deploying Automation Node with Fleet Manager on AWS Elastic Compute Cloud
Hello Dataiku Community, I have successfully set up an infrastructure on AWS as described in the guided setup for a new VPC on Elastic Compute Cloud. I am now looking to extend my setup by deploying an Automation Node using Fleet Manager. Could anyone guide me on the following: 1. What are the prerequisites for integrating…
-
Rollback during upgrade
We are planning to upgrade DSS from 11.0.1 to 12.6.0 very soon. Wonder that if we run into some issue(s) during the upgrade process and have to rollback to the old DSS version, what are the steps to do? We will make a backup of the 'data' dir to a 'data_bk' dir. Would the rollback just be simply delete the 'data' dir and…
-
allow users to upgrade the python interpreter in their code env
We have hundreds of Python code environments, known as "code envs", within our Dataiku design instance. Our objective is to clean and upgrade these environments. However, Dataiku users have restricted rights that prevent them from altering the Python interpreter. This imposes a challenge due to 'end of life' Python…