-
Problem using python recipe
I have a problem when using a python recipe that uses the kubernetes engine when running. I checked the log step by step, the python process should have been completed, but for some reason the kubernetes engine does not show a sign of completion and looks like an unfinished loop. Please help with this error.
-
How to create containerized execution using dsscli or python API
Hello, I'm trying to automate the deployment of Dataiku so I need to configure a few things to be set up automatically. I figured out how to do that for users and groups, for fine grained permissions I use the python API. I still need to figure out how to do this for creating containerized executions and code envs I didn't…
-
Dashboard error only running from a Scenario
I have a scenario that builds and exports a Dashboard and survived several Dataiku version upgrades until now. When the scenario runs I have a Reporter that exports the Dashboard into a PDFs and sends an email. Since the upgrade to 12.6.7, that Reporter fails to run and I get the following message "Domain contains control…
-
core designer certif
Hello there I'm at the final step of the core designer certif and have 4 invalid cells in the row on countries ( cote d'ivoire, Vatican,Rdc , Timor) . I'm not sure it is normal as I dont see any mention about that in the instructions. Can you just tell me if tit is part of the exercise? Also I dont understand why these…
-
Where to find logs for Activity Check failures in dss?
I am getting the following error on a standard prepare recipe in the post-activity checks "Activity checks produced 1 error." The screenshot is the end of the activity log and no other details are given on what error was produced: This is using dataiku to write to a Greenplum database. I am wondering where else I could…
-
DataScienceStudio.app not updating to DSS Release 13.4.0
Hi, usually the DataScienceStudio.app detects new DSS releases and asks the user to update. But this time, I am getting any update notifications even a newer version of Dataiku is available. My current version: 13.3.0 Latest version: 13.4.0 Operating system used: MacOs 15
-
Ommiting quotes around scenario string variables in a Freemarker email template
Hi, I have a scheduled project scenario that sends an email on some condition. The scenario contains a step that sets scenario variables based on values in a dataset. Here's that step: import dataiku import dataiku.scenario # Read the dataset df = dataiku.Dataset("node-disk-usage").get_dataframe() use_percentage_threshold…
-
Initial install - Connecting this DSS instance to a AKS cluster
Failed to start cluster : <class 'azure.core.exceptions.HttpResponseError'> : (AuthorizationFailed) The client 'xxxx-xxx-xxx-xx' with object id 'xxxx-xxx-xxx-xx' does not have authorization to perform action 'Microsoft.ContainerService/managedClusters/read' over scope…
-
Updating models in scenarios
Hello, I set up a model with DSS machine learning modules. In my scenario, I've made a special step to run the model training queries. Will this step re-train the model and modify the model coefficients and metrics of the model or not?
-
Error when using Embed recipe
Hi Team, When I am trying to embed a dataset in Dataiku with textual data, I encounter this error: Error in Python process: <class 'Exception'>: At least one embedding request failed: HTTP code: 429, response: { "statusCode": 429, "message": "Token limit is exceeded. Try again in 48 seconds." } Could you guys please help…