-
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…
-
SQL Step to copy table
Hi, was trying to run insert statement as step in scenario , it's loading only 10 records can you please guide me what could be the issue?
-
How to check for consecutive monthly buys
i have a dataset that has purchasing history for many items for the past 10 years, i want to pull out only the items that have been purchased every month for the last 10 years. how do i go about this? Operating system used: macos
-
How do I use training and prediction dataset together in Dataiku
Hi I'm using Dataiku version 13.1. I need to do text prediction using BERT for that I have training dataset. After training I need to score it using prediction dataset. I'm doing BERT using Python code recipe. Can you suggest me the steps to score the prediction dataset?
-
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…