-
Base Image for containerized execution
Hi All, DSS 12 made the switch for the base OS to AlmaLinux. The logs on the fleet manager seem to indicate that the base image for containerized execution is still centos7. Is that correct? What are the plans/timelines to update the base image if indeed we are still on centos7 that is fast approaching EOL? Thanks, Yash
-
Installing additional Python versions on MacOS Ventura
So I wanted to install additional Python versions on my MacMini M2 on MacOS Ventura 13.6. Tried many different options installating Python using package managers, manually building source, etc and none of them worked when I tried to create Dataiku code environments or failed before that. The following is what worked for me…
-
AKS - Spark Job Error: java.io.IOException: kubectl failed with code=1 out= err=error: resource name
I have created a managed AKS cluster and setup the Spark Configuration and enable Managed Spark on K8. When I try to run a recipe with this Spark Configuration I get the following errors: [2023/04/10-00:13:08.897] [ActivityExecutor-30] [ERROR] [dku.flow.activity] running compute_Grouped_dataset_NP - Activity…
-
Connection refused
Local host connection to SQL server running on Datacentre 2019. ERROR: The TCP/IP connection to the host LOCALHOST, port 1433 has failed. Error: "Connection refused (Connection refused). Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the…
-
Running node initialization scripts
Hi All, Is there a way to run customized initialization scripts on the nodes set up in the clusters managed by DSS? Looking for ways to set up customized telemetry from the individual nodes on the clusters. Thanks, Yash
-
Disable Job Status Pop-ups on Browser UI
If I'm running an automated Scenario for one project on my DSS instance, a small stream of popups appear on the bottom right of my screen showing job start and completion status. I see these messages regardless of which project I'm actually working on If I have several projects running automated Scenarios, I see an endless…
-
Upgrading AWS market place version to latest version
Hi I have a running AWS instance of DSS v11. How can I upgrade DSS to the latest version please? One additional question. I need to update python to the latest version along with some dependencies I am using. How can I do this please? Thank you very much in advance.
-
Dataiku offline installation
Hi, Does anyone know if its possible to install standalone Dataiku whilst offline ? I am trying to review the solution on a company PC that does not allow installation files from external sites. Thanks Mark
-
Control the execution of steps in Scenario
Hi Team, I have created scenario to run daily wise to run the pipeline every day. in that scenario I have created 4 steps as below. 1)step 1: to get latest data available or not in table if available pick date_time of latest date 2)step 2: set the date_time as project variable. 3)step 3: based on date_time filter the data…
-
Dss connection has no attribute cursor.
Hi Team, I am able to fetch Presto connection details in Jupyter notebook. But when I try to invoke API connection using same Presto details, getting error as Dss connection has no attribute cursor. my code as below: import dataiku client=dataiku.api_client() connection_handle=client.get_connection('my_connection') import…