-
Cannot Create Published API Service - Already have API node
Hi, I'm trying to publish my model in API node, i'm currently running in Development side, my dev side already consist of Designer node, Gov Node, and API node, i kept getting error "not authorized - Cannot Create Published API Service" How to address this issue? or anything to do with my User License? Thanks Operating…
-
ProcessDiedException - can't access the Flow
Hi, I was migrating a project from a localhost Dataiku to a shared local network instance and after importing the project, I can't access the flow screen. All I get is "HTTP code: 500, type: com.dataiku.dip.exceptions.ProcessDiedException" error message. Is there a way to debug this and find the underlaying issue ? I found…
-
Error While Accessing visual flow
"detailedMessage": "Cannot run program \"/data/dataiku/bin/jek\": error\u003d0, Failed to exec spawn helper: pid: 2472572, exit value: 1, caused by: IOException: error\u003d0, Failed to exec spawn helper: pid: 2472572, exit value: 1" I receive this error massage while tried to delete rows in visual recipe and affecting all…
-
Why does Dataiku allow two web-apps with the same name?
I was surprised to find Dataiku allows two web-apps with the same name to exist. Why? The expected behavior would be to ask the user if they want to overwrite a published web-app when name collision occurs. thx Operating system used: WIndows 10
-
disabling Update output schemas in Python Scenario
Hi how do I disable the option that updates output schema in a Python scenario? Can't find the option in the API reference. Would be equivalent of circled below. Thanks Operating system used: Windows Operating system used: Windows
-
API Service: Python Prediction Endpoint vs Python Function
Hi, I have a general question regarding the difference between the python prediction and python function endpoints in the API Service in regards to serving a custom python model. From my understanding, the only advantage that the python prediction endpoint has over the python function endpoint is the ability to…
-
Merge/Group rows based on metrics
I am trying to merge/Group rows based on metric range. Present format Desired format
-
How do I set the logging level for Python recipes?
import logging logging.basicConfig(level=logging.ERROR) I have already tried the code above, but my recipe Python output still shows logs DEBUG and INFO. It means it is very hard for me to find the output from my tqdm progress bar. I am using DSS 13.3.3 Operating system used: Linux Operating system used: Linux
-
snowflake connection is working fine from Dataiku , however fetching the table preview throws error
Failed to read data from table Failed to read data from table, caused by: SnowflakeSQLException: JDBC driver internal error: exception creating result java.lang.NoClassDefFoundError: Could not initialize class net.snowflake.client.jdbc.internal.apache.arrow.memory.RootAllocator at…
-
How do I send an email to the user based on a condition on count of records in a dataset?
hi, After reading the documentation, I came cross the "Compute metrics" step in Scenarios, but how do i retrieve the count of the dataset using ${stepOutput_the_metrics}? And then if the count is more than 0, I want to trigger an email to the user. I am on DSS version 13 Any help is appreciated. Thanks Operating system…