-
Do Dataiku flow have only one branch per project ?
Collaborating as a team while coding recipes is complex since there is only one branch per project in Dataiku flow. Operating system used: windows Operating system used: windows
-
Partial data set clear in scenario steps
i have to delete data in a data set based on some conditions. I want to achieve this via a auto trigger scenario maybe once in a day. Do you think this will be able to achieve in dataiku? Pls let me know
-
PCA , 3 Components
Hello everyone, I'm currently working with Dataiku version 12.6, and I'm looking to perform Principal Component Analysis (PCA) using the visual recipe available in the platform. My goal is to reduce my data to three principal components, but so far, I've only found the option to create a PCA with two components. Could…
-
Prepare Recipe asDate(now()) converts me to UTC but i need other timezone
Hello guys, I hope you're doing well. I need help with a situation. I created a timestamp with: asDate(now()) then I format the date to yyyy-MM-dd HH:mm:ss.SSSZ, and default timezone, that one I need. Then I parse the date to change from string to date with the same format and timezone. This still gives me UTC, when the…
-
PCA visual recipe, 3 component
I'm currently working with Dataiku version 12.6, and I'm looking to perform Principal Component Analysis (PCA) using the visual recipe available in the platform. My goal is to reduce my data to three principal components, but so far, I've only found the option to create a PCA with two components. Could someone guide me on…
-
Retaining Dataiku format in Excel extracts
Hi all - Is there a way to retain the exact formatting of fields in Dataiku when you export the data to excel? For example, I have a field called "Cost" and am using the format function to give it two decimal places, like 25.00. However, when I run the Prepare recipe and export it to Excel, the value is only showing up as…
-
How to access specific check results in a scenario
I have a simple dataset containing 1 row and about 20 columns. Each column represents a Boolean value of whether or not a particular threshold has been breached. If the result is true for any of the 20 columns, then a message is sent to a designated MS Teams Channel that a breach has occurred. I would like to supplement…
-
Validation failed: Query failed: ERROR: column PR.proj_zz_prline does not exist
Hello community, I have a SQL query; it is working fine. I have 2 inputs with redshift tables. I have added 2 more columns in one of the table. Now, when I try to add those into the query, I am getting validation error and saying those columns are not available in the table. In fact, they are. The schema is consistent.…
-
Partial Dependency plot of a lab model
Hi, I am working on building a prediction model in Dataiku. I am building models in the lab, and I'm trying to build a dashboard that can compare different versions of the model in LAB. I'm accessing different versions of the model and comparing the different aspects of the model. I'm accessing the Lab model as follows.…
-
Error running spark Recipes on Kubernetes- Initial job has not accepted any resources
when I use DSS v 13 to push execution of visual recipes to containerized execution on Kubernetes cluster(k8s), using Spark as the execution engine. I pushed two images to registry: dku-exec-base and dku-spark-base However, when I run the recipe it takes forever running (creating and deleting pods in k8s), I found this line…